#bb4f42

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

Shades of Chestnut #BB4F42

Tints of Chestnut #BB4F42

Color information

#BB4F42 (or 0xBB4F42) is unknown color: approx Chestnut. HEX triplet: BB, 4F and 42. RGB value is (187,79,66). Sum of RGB (Red+Green+Blue) = 187+79+66=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F42 is #44B0BD. Grayscale: #6D6D6D. Windows color (decimal): -4501694 or 4345787. OLE color: 4345787.

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

Color convert

RGB1877966-
CMYK00.580.650.27
HSL6.45º47.83%49.61%-
HSV(B)6.45º64.71%73.33%-
XYZ24.2716.557.07-
YUV109.81103.28183.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.33%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=56.33%
G=23.80%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187796600.580.650.276.4547.8349.61
HexBB4F4203A411B63032
Octal2731171020721013366062
Binary10111011100111110000100111010100000111011110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4f42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4f42; }

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

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

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

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

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

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

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

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