Shades of Chestnut #BB5145
Tints of Chestnut #BB5145
RGB
CMYK
RGB Variations
Color information
#BB5145 (or 0xBB5145) is known color: Chestnut. HEX triplet: BB, 51 and 45. RGB value is (187,81,69). Sum of RGB (Red+Green+Blue) = 187+81+69=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5145 is #44AEBA. Grayscale: #6F6F6F. Windows color (decimal): -4501179 or 4542907. OLE color: 4542907.
HSL color Cylindrical-coordinate representation of color #BB5145: hue angle of 6.1º 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 #BB5145 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 69 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.27 |
| HSL | 6.1º | 0.46% | 0.5% | - |
| HSV(B) | 6.1º | 0.63% | 0.73% | - |
| XYZ | 24.51 | 16.88 | 7.6 | - |
| YUV | 111.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 69 | 0 | 0.57 | 0.63 | 0.27 | 6.1 | 0.46 | 0.5 |
| Hex | BB | 51 | 45 | 0 | 39 | 3F | 1B | 6 | 2E | 32 |
| Octal | 273 | 121 | 105 | 0 | 71 | 77 | 33 | 6 | 56 | 62 |
| Binary | 10111011 | 1010001 | 1000101 | 0 | 111001 | 111111 | 11011 | 110 | 101110 | 110010 |
Color Harmonies of #BB5145
Complementary color
Monochromatic Colors of #BB5145
Black with #BB5145
Text Example
Text Example
White with #BB5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5145; }
p { color: rgb(187,81,69); }
H1.HeaderClassName
{
color: #BB5145;
}
.AnyTagClassName
{
color: #BB5145;
}
</style>
background-color css
<style>
a { background-color: #BB5145; }
a { background-color: rgb(187,81,69); }
div.DivClassName
{
background-color: #BB5145;
}
.BgClassName
{
background-color: #BB5145;
}
</style>
border-color css
<style>
span { border-color: #BB5145; }
span { border-color: rgb(187,81,69); }
td.TdClassName
{
border-color: #BB5145;
}
.TagClassName
{
border-color: #BB5145;
}
</style>