#BC4242

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

Shades of Chestnut #BC4242

Tints of Chestnut #BC4242

Color information

#BC4242 (or 0xBC4242) is unknown color: approx Chestnut. HEX triplet: BC, 42 and 42. RGB value is (188,66,66). Sum of RGB (Red+Green+Blue) = 188+66+66=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4242 is #43BDBD. Grayscale: #666666. Windows color (decimal): -4439486 or 4342460. OLE color: 4342460.

HSL color Cylindrical-coordinate representation of color #BC4242: hue angle of 0º 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 #BC4242 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1886666-
CMYK00.650.650.26
HSL48.03%49.8%-
HSV(B)64.89%73.73%-
XYZ23.6714.986.8-
YUV102.48107.42189-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.75%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=58.75%
G=20.62%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188666600.650.650.26048.0349.8
HexBC4242041411A03032
Octal27410210201011013206062
Binary1011110010000101000010010000011000001110100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4242; }

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

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

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

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

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

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

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

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