Shades of Chestnut #BF4A46
Tints of Chestnut #BF4A46
RGB
CMYK
RGB Variations
Color information
#BF4A46 (or 0xBF4A46) is known color: Chestnut. HEX triplet: BF, 4A and 46. RGB value is (191,74,70). Sum of RGB (Red+Green+Blue) = 191+74+70=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A46 is #40B5B9. Grayscale: #6C6C6C. Windows color (decimal): -4240826 or 4606655. OLE color: 4606655.
HSL color Cylindrical-coordinate representation of color #BF4A46: hue angle of 1.98º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4A46 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 70 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.25 |
| HSL | 1.98º | 0.49% | 0.51% | - |
| HSV(B) | 1.98º | 0.63% | 0.75% | - |
| XYZ | 25.04 | 16.42 | 7.64 | - |
| YUV | 108.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 70 | 0 | 0.61 | 0.63 | 0.25 | 1.98 | 0.49 | 0.51 |
| Hex | BF | 4A | 46 | 0 | 3D | 3F | 19 | 2 | 31 | 33 |
| Octal | 277 | 112 | 106 | 0 | 75 | 77 | 31 | 2 | 61 | 63 |
| Binary | 10111111 | 1001010 | 1000110 | 0 | 111101 | 111111 | 11001 | 10 | 110001 | 110011 |
Color Harmonies of #BF4A46
Complementary color
Monochromatic Colors of #BF4A46
Black with #BF4A46
Text Example
Text Example
White with #BF4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A46; }
p { color: rgb(191,74,70); }
H1.HeaderClassName
{
color: #BF4A46;
}
.AnyTagClassName
{
color: #BF4A46;
}
</style>
background-color css
<style>
a { background-color: #BF4A46; }
a { background-color: rgb(191,74,70); }
div.DivClassName
{
background-color: #BF4A46;
}
.BgClassName
{
background-color: #BF4A46;
}
</style>
border-color css
<style>
span { border-color: #BF4A46; }
span { border-color: rgb(191,74,70); }
td.TdClassName
{
border-color: #BF4A46;
}
.TagClassName
{
border-color: #BF4A46;
}
</style>