#BC4D42

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

Shades of Chestnut #BC4D42

Tints of Chestnut #BC4D42

Color information

#BC4D42 (or 0xBC4D42) is unknown color: approx Chestnut. HEX triplet: BC, 4D and 42. RGB value is (188,77,66). Sum of RGB (Red+Green+Blue) = 188+77+66=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D42 is #43B2BD. Grayscale: #6D6D6D. Windows color (decimal): -4436670 or 4345276. OLE color: 4345276.

HSL color Cylindrical-coordinate representation of color #BC4D42: hue angle of 5.41º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4D42 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1887766-
CMYK00.590.650.26
HSL5.41º48.03%49.8%-
HSV(B)5.41º64.89%73.73%-
XYZ24.3816.397.03-
YUV108.94103.77184.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=56.80%
G=23.26%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188776600.590.650.265.4148.0349.8
HexBC4D4203B411A53032
Octal2741151020731013256062
Binary10111100100110110000100111011100000111010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D42; }

 p { color: rgb(188,77,66); }

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

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

 a { background-color: rgb(188,77,66); }

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

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

 span { border-color: rgb(188,77,66); }

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