Shades of Chestnut #BB4543
Tints of Chestnut #BB4543
RGB
CMYK
RGB Variations
Color information
#BB4543 (or 0xBB4543) is known color: Chestnut. HEX triplet: BB, 45 and 43. RGB value is (187,69,67). Sum of RGB (Red+Green+Blue) = 187+69+67=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4543 is #44BABC. Grayscale: #686868. Windows color (decimal): -4504253 or 4408763. OLE color: 4408763.
HSL color Cylindrical-coordinate representation of color #BB4543: hue angle of 1º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4543 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 67 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.27 |
| HSL | 1º | 0.47% | 0.5% | - |
| HSV(B) | 1º | 0.64% | 0.73% | - |
| XYZ | 23.63 | 15.23 | 7 | - |
| YUV | 104.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 67 | 0 | 0.63 | 0.64 | 0.27 | 1 | 0.47 | 0.5 |
| Hex | BB | 45 | 43 | 0 | 3F | 40 | 1B | 1 | 2F | 32 |
| Octal | 273 | 105 | 103 | 0 | 77 | 100 | 33 | 1 | 57 | 62 |
| Binary | 10111011 | 1000101 | 1000011 | 0 | 111111 | 1000000 | 11011 | 1 | 101111 | 110010 |
Color Harmonies of #BB4543
Complementary color
Monochromatic Colors of #BB4543
Black with #BB4543
Text Example
Text Example
White with #BB4543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4543; }
p { color: rgb(187,69,67); }
H1.HeaderClassName
{
color: #BB4543;
}
.AnyTagClassName
{
color: #BB4543;
}
</style>
background-color css
<style>
a { background-color: #BB4543; }
a { background-color: rgb(187,69,67); }
div.DivClassName
{
background-color: #BB4543;
}
.BgClassName
{
background-color: #BB4543;
}
</style>
border-color css
<style>
span { border-color: #BB4543; }
span { border-color: rgb(187,69,67); }
td.TdClassName
{
border-color: #BB4543;
}
.TagClassName
{
border-color: #BB4543;
}
</style>