Shades of Chestnut #BF4240
Tints of Chestnut #BF4240
RGB
CMYK
RGB Variations
Color information
#BF4240 (or 0xBF4240) is known color: Chestnut. HEX triplet: BF, 42 and 40. RGB value is (191,66,64). Sum of RGB (Red+Green+Blue) = 191+66+64=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4240 is #40BDBF. Grayscale: #676767. Windows color (decimal): -4242880 or 4211391. OLE color: 4211391.
HSL color Cylindrical-coordinate representation of color #BF4240: hue angle of 0.94º 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 #BF4240 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 64 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.25 |
| HSL | 0.94º | 0.5% | 0.5% | - |
| HSV(B) | 0.94º | 0.66% | 0.75% | - |
| XYZ | 24.36 | 15.34 | 6.53 | - |
| YUV | 103.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 64 | 0 | 0.65 | 0.66 | 0.25 | 0.94 | 0.5 | 0.5 |
| Hex | BF | 42 | 40 | 0 | 41 | 42 | 19 | 1 | 32 | 32 |
| Octal | 277 | 102 | 100 | 0 | 101 | 102 | 31 | 1 | 62 | 62 |
| Binary | 10111111 | 1000010 | 1000000 | 0 | 1000001 | 1000010 | 11001 | 1 | 110010 | 110010 |
Color Harmonies of #BF4240
Complementary color
Monochromatic Colors of #BF4240
Black with #BF4240
Text Example
Text Example
White with #BF4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4240; }
p { color: rgb(191,66,64); }
H1.HeaderClassName
{
color: #BF4240;
}
.AnyTagClassName
{
color: #BF4240;
}
</style>
background-color css
<style>
a { background-color: #BF4240; }
a { background-color: rgb(191,66,64); }
div.DivClassName
{
background-color: #BF4240;
}
.BgClassName
{
background-color: #BF4240;
}
</style>
border-color css
<style>
span { border-color: #BF4240; }
span { border-color: rgb(191,66,64); }
td.TdClassName
{
border-color: #BF4240;
}
.TagClassName
{
border-color: #BF4240;
}
</style>