Shades of Chestnut #BF4D40
Tints of Chestnut #BF4D40
RGB
CMYK
RGB Variations
Color information
#BF4D40 (or 0xBF4D40) is known color: Chestnut. HEX triplet: BF, 4D and 40. RGB value is (191,77,64). Sum of RGB (Red+Green+Blue) = 191+77+64=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D40 is #40B2BF. Grayscale: #6D6D6D. Windows color (decimal): -4240064 or 4214207. OLE color: 4214207.
HSL color Cylindrical-coordinate representation of color #BF4D40: hue angle of 6.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4D40 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 64 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.25 |
| HSL | 6.14º | 0.5% | 0.5% | - |
| HSV(B) | 6.14º | 0.66% | 0.75% | - |
| XYZ | 25.07 | 16.75 | 6.76 | - |
| YUV | 109.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 64 | 0 | 0.60 | 0.66 | 0.25 | 6.14 | 0.5 | 0.5 |
| Hex | BF | 4D | 40 | 0 | 3C | 42 | 19 | 6 | 32 | 32 |
| Octal | 277 | 115 | 100 | 0 | 74 | 102 | 31 | 6 | 62 | 62 |
| Binary | 10111111 | 1001101 | 1000000 | 0 | 111100 | 1000010 | 11001 | 110 | 110010 | 110010 |
Color Harmonies of #BF4D40
Complementary color
Monochromatic Colors of #BF4D40
Black with #BF4D40
Text Example
Text Example
White with #BF4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D40; }
p { color: rgb(191,77,64); }
H1.HeaderClassName
{
color: #BF4D40;
}
.AnyTagClassName
{
color: #BF4D40;
}
</style>
background-color css
<style>
a { background-color: #BF4D40; }
a { background-color: rgb(191,77,64); }
div.DivClassName
{
background-color: #BF4D40;
}
.BgClassName
{
background-color: #BF4D40;
}
</style>
border-color css
<style>
span { border-color: #BF4D40; }
span { border-color: rgb(191,77,64); }
td.TdClassName
{
border-color: #BF4D40;
}
.TagClassName
{
border-color: #BF4D40;
}
</style>