Shades of Chestnut #BF4542
Tints of Chestnut #BF4542
RGB
CMYK
RGB Variations
Color information
#BF4542 (or 0xBF4542) is known color: Chestnut. HEX triplet: BF, 45 and 42. RGB value is (191,69,66). Sum of RGB (Red+Green+Blue) = 191+69+66=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4542 is #40BABD. Grayscale: #696969. Windows color (decimal): -4242110 or 4343231. OLE color: 4343231.
HSL color Cylindrical-coordinate representation of color #BF4542: hue angle of 1.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4542 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 66 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.25 |
| HSL | 1.44º | 0.49% | 0.5% | - |
| HSV(B) | 1.44º | 0.65% | 0.75% | - |
| XYZ | 24.6 | 15.73 | 6.89 | - |
| YUV | 105.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 66 | 0 | 0.64 | 0.65 | 0.25 | 1.44 | 0.49 | 0.5 |
| Hex | BF | 45 | 42 | 0 | 40 | 41 | 19 | 1 | 31 | 32 |
| Octal | 277 | 105 | 102 | 0 | 100 | 101 | 31 | 1 | 61 | 62 |
| Binary | 10111111 | 1000101 | 1000010 | 0 | 1000000 | 1000001 | 11001 | 1 | 110001 | 110010 |
Color Harmonies of #BF4542
Complementary color
Monochromatic Colors of #BF4542
Black with #BF4542
Text Example
Text Example
White with #BF4542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4542; }
p { color: rgb(191,69,66); }
H1.HeaderClassName
{
color: #BF4542;
}
.AnyTagClassName
{
color: #BF4542;
}
</style>
background-color css
<style>
a { background-color: #BF4542; }
a { background-color: rgb(191,69,66); }
div.DivClassName
{
background-color: #BF4542;
}
.BgClassName
{
background-color: #BF4542;
}
</style>
border-color css
<style>
span { border-color: #BF4542; }
span { border-color: rgb(191,69,66); }
td.TdClassName
{
border-color: #BF4542;
}
.TagClassName
{
border-color: #BF4542;
}
</style>