#bb5046

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

Shades of Chestnut #BB5046

Tints of Chestnut #BB5046

Color information

#BB5046 (or 0xBB5046) is unknown color: approx Chestnut. HEX triplet: BB, 50 and 46. RGB value is (187,80,70). Sum of RGB (Red+Green+Blue) = 187+80+70=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5046 is #44AFB9. Grayscale: #6F6F6F. Windows color (decimal): -4501434 or 4608187. OLE color: 4608187.

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

Color convert

RGB1878070-
CMYK00.570.630.27
HSL5.13º46.25%50.39%-
HSV(B)5.13º62.57%73.33%-
XYZ24.4716.747.74-
YUV110.85104.95182.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=55.49%
G=23.74%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187807000.570.630.275.1346.2550.39
HexBB50460393F1B52e32
Octal273120106071773355662
Binary1011101110100001000110011100111111111011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5046; }

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

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

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

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

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

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

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

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