Shades of Chestnut #BF4D41
Tints of Chestnut #BF4D41
RGB
CMYK
RGB Variations
Color information
#BF4D41 (or 0xBF4D41) is known color: Chestnut. HEX triplet: BF, 4D and 41. RGB value is (191,77,65). Sum of RGB (Red+Green+Blue) = 191+77+65=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D41 is #40B2BE. Grayscale: #6D6D6D. Windows color (decimal): -4240063 or 4279743. OLE color: 4279743.
HSL color Cylindrical-coordinate representation of color #BF4D41: hue angle of 5.71º 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 #BF4D41 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 65 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.25 |
| HSL | 5.71º | 0.5% | 0.5% | - |
| HSV(B) | 5.71º | 0.66% | 0.75% | - |
| XYZ | 25.09 | 16.77 | 6.91 | - |
| YUV | 109.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 65 | 0 | 0.60 | 0.66 | 0.25 | 5.71 | 0.5 | 0.5 |
| Hex | BF | 4D | 41 | 0 | 3C | 42 | 19 | 6 | 32 | 32 |
| Octal | 277 | 115 | 101 | 0 | 74 | 102 | 31 | 6 | 62 | 62 |
| Binary | 10111111 | 1001101 | 1000001 | 0 | 111100 | 1000010 | 11001 | 110 | 110010 | 110010 |
Color Harmonies of #BF4D41
Complementary color
Monochromatic Colors of #BF4D41
Black with #BF4D41
Text Example
Text Example
White with #BF4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D41; }
p { color: rgb(191,77,65); }
H1.HeaderClassName
{
color: #BF4D41;
}
.AnyTagClassName
{
color: #BF4D41;
}
</style>
background-color css
<style>
a { background-color: #BF4D41; }
a { background-color: rgb(191,77,65); }
div.DivClassName
{
background-color: #BF4D41;
}
.BgClassName
{
background-color: #BF4D41;
}
</style>
border-color css
<style>
span { border-color: #BF4D41; }
span { border-color: rgb(191,77,65); }
td.TdClassName
{
border-color: #BF4D41;
}
.TagClassName
{
border-color: #BF4D41;
}
</style>