Shades of Chestnut #BB413F
Tints of Chestnut #BB413F
RGB
CMYK
RGB Variations
Color information
#BB413F (or 0xBB413F) is known color: Chestnut. HEX triplet: BB, 41 and 3F. RGB value is (187,65,63). Sum of RGB (Red+Green+Blue) = 187+65+63=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB413F is #44BEC0. Grayscale: #656565. Windows color (decimal): -4505281 or 4145595. OLE color: 4145595.
HSL color Cylindrical-coordinate representation of color #BB413F: hue angle of 0.97º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB413F is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 63 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.27 |
| HSL | 0.97º | 0.5% | 0.49% | - |
| HSV(B) | 0.97º | 0.66% | 0.73% | - |
| XYZ | 23.28 | 14.7 | 6.31 | - |
| YUV | 101.25 | 106.42 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 63 | 0 | 0.65 | 0.66 | 0.27 | 0.97 | 0.5 | 0.49 |
| Hex | BB | 41 | 3F | 0 | 41 | 42 | 1B | 1 | 32 | 31 |
| Octal | 273 | 101 | 77 | 0 | 101 | 102 | 33 | 1 | 62 | 61 |
| Binary | 10111011 | 1000001 | 111111 | 0 | 1000001 | 1000010 | 11011 | 1 | 110010 | 110001 |
Color Harmonies of #BB413F
Complementary color
Monochromatic Colors of #BB413F
Black with #BB413F
Text Example
Text Example
White with #BB413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB413F; }
p { color: rgb(187,65,63); }
H1.HeaderClassName
{
color: #BB413F;
}
.AnyTagClassName
{
color: #BB413F;
}
</style>
background-color css
<style>
a { background-color: #BB413F; }
a { background-color: rgb(187,65,63); }
div.DivClassName
{
background-color: #BB413F;
}
.BgClassName
{
background-color: #BB413F;
}
</style>
border-color css
<style>
span { border-color: #BB413F; }
span { border-color: rgb(187,65,63); }
td.TdClassName
{
border-color: #BB413F;
}
.TagClassName
{
border-color: #BB413F;
}
</style>