Shades of Chestnut #BB483F
Tints of Chestnut #BB483F
RGB
CMYK
RGB Variations
Color information
#BB483F (or 0xBB483F) is known color: Chestnut. HEX triplet: BB, 48 and 3F. RGB value is (187,72,63). Sum of RGB (Red+Green+Blue) = 187+72+63=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB483F is #44B7C0. Grayscale: #696969. Windows color (decimal): -4503489 or 4147387. OLE color: 4147387.
HSL color Cylindrical-coordinate representation of color #BB483F: hue angle of 4.35º 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 #BB483F is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 63 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.27 |
| HSL | 4.35º | 0.5% | 0.49% | - |
| HSV(B) | 4.35º | 0.66% | 0.73% | - |
| XYZ | 23.71 | 15.56 | 6.46 | - |
| YUV | 105.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 63 | 0 | 0.61 | 0.66 | 0.27 | 4.35 | 0.5 | 0.49 |
| Hex | BB | 48 | 3F | 0 | 3D | 42 | 1B | 4 | 32 | 31 |
| Octal | 273 | 110 | 77 | 0 | 75 | 102 | 33 | 4 | 62 | 61 |
| Binary | 10111011 | 1001000 | 111111 | 0 | 111101 | 1000010 | 11011 | 100 | 110010 | 110001 |
Color Harmonies of #BB483F
Complementary color
Monochromatic Colors of #BB483F
Black with #BB483F
Text Example
Text Example
White with #BB483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB483F; }
p { color: rgb(187,72,63); }
H1.HeaderClassName
{
color: #BB483F;
}
.AnyTagClassName
{
color: #BB483F;
}
</style>
background-color css
<style>
a { background-color: #BB483F; }
a { background-color: rgb(187,72,63); }
div.DivClassName
{
background-color: #BB483F;
}
.BgClassName
{
background-color: #BB483F;
}
</style>
border-color css
<style>
span { border-color: #BB483F; }
span { border-color: rgb(187,72,63); }
td.TdClassName
{
border-color: #BB483F;
}
.TagClassName
{
border-color: #BB483F;
}
</style>