Shades of Chestnut #BF403E
Tints of Chestnut #BF403E
RGB
CMYK
RGB Variations
Color information
#BF403E (or 0xBF403E) is known color: Chestnut. HEX triplet: BF, 40 and 3E. RGB value is (191,64,62). Sum of RGB (Red+Green+Blue) = 191+64+62=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF403E is #40BFC1. Grayscale: #656565. Windows color (decimal): -4243394 or 4079807. OLE color: 4079807.
HSL color Cylindrical-coordinate representation of color #BF403E: hue angle of 0.93º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF403E is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 62 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.25 |
| HSL | 0.93º | 0.51% | 0.5% | - |
| HSV(B) | 0.93º | 0.68% | 0.75% | - |
| XYZ | 24.19 | 15.09 | 6.2 | - |
| YUV | 101.75 | 105.58 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 62 | 0 | 0.66 | 0.68 | 0.25 | 0.93 | 0.51 | 0.5 |
| Hex | BF | 40 | 3E | 0 | 42 | 44 | 19 | 1 | 33 | 32 |
| Octal | 277 | 100 | 76 | 0 | 102 | 104 | 31 | 1 | 63 | 62 |
| Binary | 10111111 | 1000000 | 111110 | 0 | 1000010 | 1000100 | 11001 | 1 | 110011 | 110010 |
Color Harmonies of #BF403E
Complementary color
Monochromatic Colors of #BF403E
Black with #BF403E
Text Example
Text Example
White with #BF403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF403E; }
p { color: rgb(191,64,62); }
H1.HeaderClassName
{
color: #BF403E;
}
.AnyTagClassName
{
color: #BF403E;
}
</style>
background-color css
<style>
a { background-color: #BF403E; }
a { background-color: rgb(191,64,62); }
div.DivClassName
{
background-color: #BF403E;
}
.BgClassName
{
background-color: #BF403E;
}
</style>
border-color css
<style>
span { border-color: #BF403E; }
span { border-color: rgb(191,64,62); }
td.TdClassName
{
border-color: #BF403E;
}
.TagClassName
{
border-color: #BF403E;
}
</style>