Shades of Chestnut #BF4741
Tints of Chestnut #BF4741
RGB
CMYK
RGB Variations
Color information
#BF4741 (or 0xBF4741) is known color: Chestnut. HEX triplet: BF, 47 and 41. RGB value is (191,71,65). Sum of RGB (Red+Green+Blue) = 191+71+65=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4741 is #40B8BE. Grayscale: #6A6A6A. Windows color (decimal): -4241599 or 4278207. OLE color: 4278207.
HSL color Cylindrical-coordinate representation of color #BF4741: hue angle of 2.86º 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 #BF4741 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 65 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.25 |
| HSL | 2.86º | 0.5% | 0.5% | - |
| HSV(B) | 2.86º | 0.66% | 0.75% | - |
| XYZ | 24.69 | 15.96 | 6.78 | - |
| YUV | 106.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 65 | 0 | 0.63 | 0.66 | 0.25 | 2.86 | 0.5 | 0.5 |
| Hex | BF | 47 | 41 | 0 | 3F | 42 | 19 | 3 | 32 | 32 |
| Octal | 277 | 107 | 101 | 0 | 77 | 102 | 31 | 3 | 62 | 62 |
| Binary | 10111111 | 1000111 | 1000001 | 0 | 111111 | 1000010 | 11001 | 11 | 110010 | 110010 |
Color Harmonies of #BF4741
Complementary color
Monochromatic Colors of #BF4741
Black with #BF4741
Text Example
Text Example
White with #BF4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4741; }
p { color: rgb(191,71,65); }
H1.HeaderClassName
{
color: #BF4741;
}
.AnyTagClassName
{
color: #BF4741;
}
</style>
background-color css
<style>
a { background-color: #BF4741; }
a { background-color: rgb(191,71,65); }
div.DivClassName
{
background-color: #BF4741;
}
.BgClassName
{
background-color: #BF4741;
}
</style>
border-color css
<style>
span { border-color: #BF4741; }
span { border-color: rgb(191,71,65); }
td.TdClassName
{
border-color: #BF4741;
}
.TagClassName
{
border-color: #BF4741;
}
</style>