Shades of Chestnut #BB504C
Tints of Chestnut #BB504C
RGB
CMYK
RGB Variations
Color information
#BB504C (or 0xBB504C) is known color: Chestnut. HEX triplet: BB, 50 and 4C. RGB value is (187,80,76). Sum of RGB (Red+Green+Blue) = 187+80+76=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB504C is #44AFB3. Grayscale: #6F6F6F. Windows color (decimal): -4501428 or 5001403. OLE color: 5001403.
HSL color Cylindrical-coordinate representation of color #BB504C: hue angle of 2.16º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB504C is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 76 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.27 |
| HSL | 2.16º | 0.45% | 0.52% | - |
| HSV(B) | 2.16º | 0.59% | 0.73% | - |
| XYZ | 24.67 | 16.82 | 8.78 | - |
| YUV | 111.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 76 | 0 | 0.57 | 0.59 | 0.27 | 2.16 | 0.45 | 0.52 |
| Hex | BB | 50 | 4C | 0 | 39 | 3B | 1B | 2 | 2D | 34 |
| Octal | 273 | 120 | 114 | 0 | 71 | 73 | 33 | 2 | 55 | 64 |
| Binary | 10111011 | 1010000 | 1001100 | 0 | 111001 | 111011 | 11011 | 10 | 101101 | 110100 |
Color Harmonies of #BB504C
Complementary color
Monochromatic Colors of #BB504C
Black with #BB504C
Text Example
Text Example
White with #BB504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB504C; }
p { color: rgb(187,80,76); }
H1.HeaderClassName
{
color: #BB504C;
}
.AnyTagClassName
{
color: #BB504C;
}
</style>
background-color css
<style>
a { background-color: #BB504C; }
a { background-color: rgb(187,80,76); }
div.DivClassName
{
background-color: #BB504C;
}
.BgClassName
{
background-color: #BB504C;
}
</style>
border-color css
<style>
span { border-color: #BB504C; }
span { border-color: rgb(187,80,76); }
td.TdClassName
{
border-color: #BB504C;
}
.TagClassName
{
border-color: #BB504C;
}
</style>