#BB504E

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

Shades of Chestnut #BB504E

Tints of Chestnut #BB504E

Color information

#BB504E (or 0xBB504E) is unknown color: approx Chestnut. HEX triplet: BB, 50 and 4E. RGB value is (187,80,78). Sum of RGB (Red+Green+Blue) = 187+80+78=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB504E is #44AFB1. Grayscale: #6F6F6F. Windows color (decimal): -4501426 or 5132475. OLE color: 5132475.

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

Color convert

RGB1878078-
CMYK00.570.580.27
HSL1.1º44.49%51.96%-
HSV(B)1.1º58.29%73.33%-
XYZ24.7416.859.16-
YUV111.76108.95181.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=54.20%
G=23.19%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187807800.570.580.271.144.4951.96
HexBB504E0393A1B12c34
Octal273120116071723315464
Binary10111011101000010011100111001111010110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB504E; }

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

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

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

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

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

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

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

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