#BB4242

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

Shades of Chestnut #BB4242

Tints of Chestnut #BB4242

Color information

#BB4242 (or 0xBB4242) is unknown color: approx Chestnut. HEX triplet: BB, 42 and 42. RGB value is (187,66,66). Sum of RGB (Red+Green+Blue) = 187+66+66=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4242 is #44BDBD. Grayscale: #666666. Windows color (decimal): -4505022 or 4342459. OLE color: 4342459.

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

Color convert

RGB1876666-
CMYK00.650.650.27
HSL47.83%49.61%-
HSV(B)64.71%73.33%-
XYZ23.4314.856.79-
YUV102.18107.59188.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=58.62%
G=20.69%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187666600.650.650.27047.8349.61
HexBB4242041411B03032
Octal27310210201011013306062
Binary1011101110000101000010010000011000001110110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4242; }

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

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

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

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

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

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

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

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