Shades of Chestnut #BF4C44
Tints of Chestnut #BF4C44
RGB
CMYK
RGB Variations
Color information
#BF4C44 (or 0xBF4C44) is known color: Chestnut. HEX triplet: BF, 4C and 44. RGB value is (191,76,68). Sum of RGB (Red+Green+Blue) = 191+76+68=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C44 is #40B3BB. Grayscale: #6D6D6D. Windows color (decimal): -4240316 or 4476095. OLE color: 4476095.
HSL color Cylindrical-coordinate representation of color #BF4C44: hue angle of 3.9º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4C44 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 68 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.25 |
| HSL | 3.9º | 0.49% | 0.51% | - |
| HSV(B) | 3.9º | 0.64% | 0.75% | - |
| XYZ | 25.11 | 16.66 | 7.36 | - |
| YUV | 109.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 68 | 0 | 0.60 | 0.64 | 0.25 | 3.9 | 0.49 | 0.51 |
| Hex | BF | 4C | 44 | 0 | 3C | 40 | 19 | 4 | 31 | 33 |
| Octal | 277 | 114 | 104 | 0 | 74 | 100 | 31 | 4 | 61 | 63 |
| Binary | 10111111 | 1001100 | 1000100 | 0 | 111100 | 1000000 | 11001 | 100 | 110001 | 110011 |
Color Harmonies of #BF4C44
Complementary color
Monochromatic Colors of #BF4C44
Black with #BF4C44
Text Example
Text Example
White with #BF4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C44; }
p { color: rgb(191,76,68); }
H1.HeaderClassName
{
color: #BF4C44;
}
.AnyTagClassName
{
color: #BF4C44;
}
</style>
background-color css
<style>
a { background-color: #BF4C44; }
a { background-color: rgb(191,76,68); }
div.DivClassName
{
background-color: #BF4C44;
}
.BgClassName
{
background-color: #BF4C44;
}
</style>
border-color css
<style>
span { border-color: #BF4C44; }
span { border-color: rgb(191,76,68); }
td.TdClassName
{
border-color: #BF4C44;
}
.TagClassName
{
border-color: #BF4C44;
}
</style>