#BB4847

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

Shades of Chestnut #BB4847

Tints of Chestnut #BB4847

Color information

#BB4847 (or 0xBB4847) is unknown color: approx Chestnut. HEX triplet: BB, 48 and 47. RGB value is (187,72,71). Sum of RGB (Red+Green+Blue) = 187+72+71=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4847 is #44B7B8. Grayscale: #6A6A6A. Windows color (decimal): -4503481 or 4671675. OLE color: 4671675.

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

Color convert

RGB1877271-
CMYK00.610.620.27
HSL0.52º46.03%50.59%-
HSV(B)0.52º62.03%73.33%-
XYZ23.9515.657.72-
YUV106.27108.1185.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.67%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=56.67%
G=21.82%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187727100.610.620.270.5246.0350.59
HexBB484703D3E1B12e33
Octal273110107075763315663
Binary10111011100100010001110111101111110110111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4847; }

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

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

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

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

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

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

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

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