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