#BB5047

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

Shades of Chestnut #BB5047

Tints of Chestnut #BB5047

Color information

#BB5047 (or 0xBB5047) is unknown color: approx Chestnut. HEX triplet: BB, 50 and 47. RGB value is (187,80,71). Sum of RGB (Red+Green+Blue) = 187+80+71=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5047 is #44AFB8. Grayscale: #6F6F6F. Windows color (decimal): -4501433 or 4673723. OLE color: 4673723.

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

Color convert

RGB1878071-
CMYK00.570.620.27
HSL4.66º46.03%50.59%-
HSV(B)4.66º62.03%73.33%-
XYZ24.516.767.9-
YUV110.97105.45182.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=55.33%
G=23.67%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187807100.570.620.274.6646.0350.59
HexBB50470393E1B52e33
Octal273120107071763355663
Binary1011101110100001000111011100111111011011101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5047; }

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

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

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

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

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

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

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

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