#BB4F48

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

Shades of Chestnut #BB4F48

Tints of Chestnut #BB4F48

Color information

#BB4F48 (or 0xBB4F48) is unknown color: approx Chestnut. HEX triplet: BB, 4F and 48. RGB value is (187,79,72). Sum of RGB (Red+Green+Blue) = 187+79+72=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F48 is #44B0B7. Grayscale: #6E6E6E. Windows color (decimal): -4501688 or 4739003. OLE color: 4739003.

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

Color convert

RGB1877972-
CMYK00.580.610.27
HSL3.65º45.82%50.78%-
HSV(B)3.65º61.5%73.33%-
XYZ24.4616.628.05-
YUV110.49106.28182.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=55.33%
G=23.37%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187797200.580.610.273.6545.8250.78
HexBB4F4803A3D1B42e33
Octal273117110072753345663
Binary1011101110011111001000011101011110111011100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F48; }

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

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

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

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

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

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

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

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