#bc4f2c

Color #BC4F2C Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #BC4F2C

Tints of Trinidad #BC4F2C

Color information

#BC4F2C (or 0xBC4F2C) is unknown color: approx Trinidad. HEX triplet: BC, 4F and 2C. RGB value is (188,79,44). Sum of RGB (Red+Green+Blue) = 188+79+44=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F2C is #43B0D3. Grayscale: #6B6B6B. Windows color (decimal): -4436180 or 2903996. OLE color: 2903996.

HSL color Cylindrical-coordinate representation of color #BC4F2C: hue angle of 14.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC4F2C is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB1887944-
CMYK00.580.770.26
HSL14.58º62.07%45.49%-
HSV(B)14.58º76.6%73.73%-
XYZ23.9916.474.3-
YUV107.692.11185.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 60.45%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=60.45%
G=25.40%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188794400.580.770.2614.5862.0745.49
HexBC4F2C03A4D1Af3e2d
Octal2741175407211532177655
Binary10111100100111110110001110101001101110101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4f2c; }

 p { color: rgb(188,79,44); }

 H1.HeaderClassName
 {
   color: #bc4f2c;
 }
 .AnyTagClassName
 {
   color: #bc4f2c;
 }
</style>
background-color css

<style>
 a { background-color: #bc4f2c; }

 a { background-color: rgb(188,79,44); }

 div.DivClassName
 {
   background-color: #bc4f2c;
 }
 .BgClassName
 {
   background-color: #bc4f2c;
 }
</style>
border-color css

<style>
 span { border-color: #bc4f2c; }

 span { border-color: rgb(188,79,44); }

 td.TdClassName
 {
   border-color: #bc4f2c;
 }
 .TagClassName
 {
   border-color: #bc4f2c;
 }
</style>