Shades of Chestnut #BB4342
Tints of Chestnut #BB4342
RGB
CMYK
RGB Variations
Color information
#BB4342 (or 0xBB4342) is known color: Chestnut. HEX triplet: BB, 43 and 42. RGB value is (187,67,66). Sum of RGB (Red+Green+Blue) = 187+67+66=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4342 is #44BCBD. Grayscale: #666666. Windows color (decimal): -4504766 or 4342715. OLE color: 4342715.
HSL color Cylindrical-coordinate representation of color #BB4342: hue angle of 0.5º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4342 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 66 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.27 |
| HSL | 0.5º | 0.48% | 0.5% | - |
| HSV(B) | 0.5º | 0.65% | 0.73% | - |
| XYZ | 23.48 | 14.97 | 6.81 | - |
| YUV | 102.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 66 | 0 | 0.64 | 0.65 | 0.27 | 0.5 | 0.48 | 0.5 |
| Hex | BB | 43 | 42 | 0 | 40 | 41 | 1B | 0 | 30 | 32 |
| Octal | 273 | 103 | 102 | 0 | 100 | 101 | 33 | 0 | 60 | 62 |
| Binary | 10111011 | 1000011 | 1000010 | 0 | 1000000 | 1000001 | 11011 | 0 | 110000 | 110010 |
Color Harmonies of #BB4342
Complementary color
Monochromatic Colors of #BB4342
Black with #BB4342
Text Example
Text Example
White with #BB4342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4342; }
p { color: rgb(187,67,66); }
H1.HeaderClassName
{
color: #BB4342;
}
.AnyTagClassName
{
color: #BB4342;
}
</style>
background-color css
<style>
a { background-color: #BB4342; }
a { background-color: rgb(187,67,66); }
div.DivClassName
{
background-color: #BB4342;
}
.BgClassName
{
background-color: #BB4342;
}
</style>
border-color css
<style>
span { border-color: #BB4342; }
span { border-color: rgb(187,67,66); }
td.TdClassName
{
border-color: #BB4342;
}
.TagClassName
{
border-color: #BB4342;
}
</style>