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