#BB5044

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

Shades of Chestnut #BB5044

Tints of Chestnut #BB5044

Color information

#BB5044 (or 0xBB5044) is unknown color: approx Chestnut. HEX triplet: BB, 50 and 44. RGB value is (187,80,68). Sum of RGB (Red+Green+Blue) = 187+80+68=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5044 is #44AFBB. Grayscale: #6E6E6E. Windows color (decimal): -4501436 or 4477115. OLE color: 4477115.

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

Color convert

RGB1878068-
CMYK00.570.640.27
HSL6.05º46.67%50%-
HSV(B)6.05º63.64%73.33%-
XYZ24.4116.727.41-
YUV110.62103.95182.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.82%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 68 (26.95% from 255) = 20.30%
R=55.82%
G=23.88%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187806800.570.640.276.0546.6750
HexBB5044039401B62f32
Octal2731201040711003365762
Binary10111011101000010001000111001100000011011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5044; }

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

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

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

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

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

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

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

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