Shades of Chestnut #BF4E41
Tints of Chestnut #BF4E41
RGB
CMYK
RGB Variations
Color information
#BF4E41 (or 0xBF4E41) is known color: Chestnut. HEX triplet: BF, 4E and 41. RGB value is (191,78,65). Sum of RGB (Red+Green+Blue) = 191+78+65=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E41 is #40B1BE. Grayscale: #6E6E6E. Windows color (decimal): -4239807 or 4279999. OLE color: 4279999.
HSL color Cylindrical-coordinate representation of color #BF4E41: hue angle of 6.19º 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 #BF4E41 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 65 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.25 |
| HSL | 6.19º | 0.5% | 0.5% | - |
| HSV(B) | 6.19º | 0.66% | 0.75% | - |
| XYZ | 25.16 | 16.91 | 6.94 | - |
| YUV | 110.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 65 | 0 | 0.59 | 0.66 | 0.25 | 6.19 | 0.5 | 0.5 |
| Hex | BF | 4E | 41 | 0 | 3B | 42 | 19 | 6 | 32 | 32 |
| Octal | 277 | 116 | 101 | 0 | 73 | 102 | 31 | 6 | 62 | 62 |
| Binary | 10111111 | 1001110 | 1000001 | 0 | 111011 | 1000010 | 11001 | 110 | 110010 | 110010 |
Color Harmonies of #BF4E41
Complementary color
Monochromatic Colors of #BF4E41
Black with #BF4E41
Text Example
Text Example
White with #BF4E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E41; }
p { color: rgb(191,78,65); }
H1.HeaderClassName
{
color: #BF4E41;
}
.AnyTagClassName
{
color: #BF4E41;
}
</style>
background-color css
<style>
a { background-color: #BF4E41; }
a { background-color: rgb(191,78,65); }
div.DivClassName
{
background-color: #BF4E41;
}
.BgClassName
{
background-color: #BF4E41;
}
</style>
border-color css
<style>
span { border-color: #BF4E41; }
span { border-color: rgb(191,78,65); }
td.TdClassName
{
border-color: #BF4E41;
}
.TagClassName
{
border-color: #BF4E41;
}
</style>