#BB5048

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

Shades of Chestnut #BB5048

Tints of Chestnut #BB5048

Color information

#BB5048 (or 0xBB5048) is unknown color: approx Chestnut. HEX triplet: BB, 50 and 48. RGB value is (187,80,72). Sum of RGB (Red+Green+Blue) = 187+80+72=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5048 is #44AFB7. Grayscale: #6F6F6F. Windows color (decimal): -4501432 or 4739259. OLE color: 4739259.

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

Color convert

RGB1878072-
CMYK00.570.610.27
HSL4.17º45.82%50.78%-
HSV(B)4.17º61.5%73.33%-
XYZ24.5316.778.07-
YUV111.08105.95182.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=55.16%
G=23.60%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187807200.570.610.274.1745.8250.78
HexBB50480393D1B42e33
Octal273120110071753345663
Binary1011101110100001001000011100111110111011100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5048; }

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

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

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

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

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

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

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

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