Shades of Chestnut #BF4241
Tints of Chestnut #BF4241
RGB
CMYK
RGB Variations
Color information
#BF4241 (or 0xBF4241) is known color: Chestnut. HEX triplet: BF, 42 and 41. RGB value is (191,66,65). Sum of RGB (Red+Green+Blue) = 191+66+65=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4241 is #40BDBE. Grayscale: #676767. Windows color (decimal): -4242879 or 4276927. OLE color: 4276927.
HSL color Cylindrical-coordinate representation of color #BF4241: hue angle of 0.48º 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 #BF4241 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 65 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.25 |
| HSL | 0.48º | 0.5% | 0.5% | - |
| HSV(B) | 0.48º | 0.66% | 0.75% | - |
| XYZ | 24.39 | 15.35 | 6.68 | - |
| YUV | 103.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 65 | 0 | 0.65 | 0.66 | 0.25 | 0.48 | 0.5 | 0.5 |
| Hex | BF | 42 | 41 | 0 | 41 | 42 | 19 | 0 | 32 | 32 |
| Octal | 277 | 102 | 101 | 0 | 101 | 102 | 31 | 0 | 62 | 62 |
| Binary | 10111111 | 1000010 | 1000001 | 0 | 1000001 | 1000010 | 11001 | 0 | 110010 | 110010 |
Color Harmonies of #BF4241
Complementary color
Monochromatic Colors of #BF4241
Black with #BF4241
Text Example
Text Example
White with #BF4241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4241; }
p { color: rgb(191,66,65); }
H1.HeaderClassName
{
color: #BF4241;
}
.AnyTagClassName
{
color: #BF4241;
}
</style>
background-color css
<style>
a { background-color: #BF4241; }
a { background-color: rgb(191,66,65); }
div.DivClassName
{
background-color: #BF4241;
}
.BgClassName
{
background-color: #BF4241;
}
</style>
border-color css
<style>
span { border-color: #BF4241; }
span { border-color: rgb(191,66,65); }
td.TdClassName
{
border-color: #BF4241;
}
.TagClassName
{
border-color: #BF4241;
}
</style>