Shades of Chestnut #BB423E
Tints of Chestnut #BB423E
RGB
CMYK
RGB Variations
Color information
#BB423E (or 0xBB423E) is known color: Chestnut. HEX triplet: BB, 42 and 3E. RGB value is (187,66,62). Sum of RGB (Red+Green+Blue) = 187+66+62=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB423E is #44BDC1. Grayscale: #656565. Windows color (decimal): -4505026 or 4080315. OLE color: 4080315.
HSL color Cylindrical-coordinate representation of color #BB423E: hue angle of 1.92º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB423E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 62 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.27 |
| HSL | 1.92º | 0.5% | 0.49% | - |
| HSV(B) | 1.92º | 0.67% | 0.73% | - |
| XYZ | 23.31 | 14.81 | 6.19 | - |
| YUV | 101.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 62 | 0 | 0.65 | 0.67 | 0.27 | 1.92 | 0.5 | 0.49 |
| Hex | BB | 42 | 3E | 0 | 41 | 43 | 1B | 2 | 32 | 31 |
| Octal | 273 | 102 | 76 | 0 | 101 | 103 | 33 | 2 | 62 | 61 |
| Binary | 10111011 | 1000010 | 111110 | 0 | 1000001 | 1000011 | 11011 | 10 | 110010 | 110001 |
Color Harmonies of #BB423E
Complementary color
Monochromatic Colors of #BB423E
Black with #BB423E
Text Example
Text Example
White with #BB423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB423E; }
p { color: rgb(187,66,62); }
H1.HeaderClassName
{
color: #BB423E;
}
.AnyTagClassName
{
color: #BB423E;
}
</style>
background-color css
<style>
a { background-color: #BB423E; }
a { background-color: rgb(187,66,62); }
div.DivClassName
{
background-color: #BB423E;
}
.BgClassName
{
background-color: #BB423E;
}
</style>
border-color css
<style>
span { border-color: #BB423E; }
span { border-color: rgb(187,66,62); }
td.TdClassName
{
border-color: #BB423E;
}
.TagClassName
{
border-color: #BB423E;
}
</style>