Shades of Chestnut #BF403F
Tints of Chestnut #BF403F
RGB
CMYK
RGB Variations
Color information
#BF403F (or 0xBF403F) is known color: Chestnut. HEX triplet: BF, 40 and 3F. RGB value is (191,64,63). Sum of RGB (Red+Green+Blue) = 191+64+63=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF403F is #40BFC0. Grayscale: #656565. Windows color (decimal): -4243393 or 4145343. OLE color: 4145343.
HSL color Cylindrical-coordinate representation of color #BF403F: hue angle of 0.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF403F is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 63 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.25 |
| HSL | 0.47º | 0.5% | 0.5% | - |
| HSV(B) | 0.47º | 0.67% | 0.75% | - |
| XYZ | 24.22 | 15.1 | 6.34 | - |
| YUV | 101.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 63 | 0 | 0.66 | 0.67 | 0.25 | 0.47 | 0.5 | 0.5 |
| Hex | BF | 40 | 3F | 0 | 42 | 43 | 19 | 0 | 32 | 32 |
| Octal | 277 | 100 | 77 | 0 | 102 | 103 | 31 | 0 | 62 | 62 |
| Binary | 10111111 | 1000000 | 111111 | 0 | 1000010 | 1000011 | 11001 | 0 | 110010 | 110010 |
Color Harmonies of #BF403F
Complementary color
Monochromatic Colors of #BF403F
Black with #BF403F
Text Example
Text Example
White with #BF403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF403F; }
p { color: rgb(191,64,63); }
H1.HeaderClassName
{
color: #BF403F;
}
.AnyTagClassName
{
color: #BF403F;
}
</style>
background-color css
<style>
a { background-color: #BF403F; }
a { background-color: rgb(191,64,63); }
div.DivClassName
{
background-color: #BF403F;
}
.BgClassName
{
background-color: #BF403F;
}
</style>
border-color css
<style>
span { border-color: #BF403F; }
span { border-color: rgb(191,64,63); }
td.TdClassName
{
border-color: #BF403F;
}
.TagClassName
{
border-color: #BF403F;
}
</style>