Shades of Chestnut #BB5049
Tints of Chestnut #BB5049
RGB
CMYK
RGB Variations
Color information
#BB5049 (or 0xBB5049) is known color: Chestnut. HEX triplet: BB, 50 and 49. RGB value is (187,80,73). Sum of RGB (Red+Green+Blue) = 187+80+73=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5049 is #44AFB6. Grayscale: #6F6F6F. Windows color (decimal): -4501431 or 4804795. OLE color: 4804795.
HSL color Cylindrical-coordinate representation of color #BB5049: hue angle of 3.68º 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 #BB5049 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 73 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.27 |
| HSL | 3.68º | 0.46% | 0.51% | - |
| HSV(B) | 3.68º | 0.61% | 0.73% | - |
| XYZ | 24.56 | 16.78 | 8.25 | - |
| YUV | 111.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 73 | 0 | 0.57 | 0.61 | 0.27 | 3.68 | 0.46 | 0.51 |
| Hex | BB | 50 | 49 | 0 | 39 | 3D | 1B | 4 | 2E | 33 |
| Octal | 273 | 120 | 111 | 0 | 71 | 75 | 33 | 4 | 56 | 63 |
| Binary | 10111011 | 1010000 | 1001001 | 0 | 111001 | 111101 | 11011 | 100 | 101110 | 110011 |
Color Harmonies of #BB5049
Complementary color
Monochromatic Colors of #BB5049
Black with #BB5049
Text Example
Text Example
White with #BB5049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5049; }
p { color: rgb(187,80,73); }
H1.HeaderClassName
{
color: #BB5049;
}
.AnyTagClassName
{
color: #BB5049;
}
</style>
background-color css
<style>
a { background-color: #BB5049; }
a { background-color: rgb(187,80,73); }
div.DivClassName
{
background-color: #BB5049;
}
.BgClassName
{
background-color: #BB5049;
}
</style>
border-color css
<style>
span { border-color: #BB5049; }
span { border-color: rgb(187,80,73); }
td.TdClassName
{
border-color: #BB5049;
}
.TagClassName
{
border-color: #BB5049;
}
</style>