Shades of Chestnut #BF4643
Tints of Chestnut #BF4643
RGB
CMYK
RGB Variations
Color information
#BF4643 (or 0xBF4643) is known color: Chestnut. HEX triplet: BF, 46 and 43. RGB value is (191,70,67). Sum of RGB (Red+Green+Blue) = 191+70+67=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4643 is #40B9BC. Grayscale: #696969. Windows color (decimal): -4241853 or 4409023. OLE color: 4409023.
HSL color Cylindrical-coordinate representation of color #BF4643: hue angle of 1.45º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4643 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 67 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.25 |
| HSL | 1.45º | 0.49% | 0.51% | - |
| HSV(B) | 1.45º | 0.65% | 0.75% | - |
| XYZ | 24.69 | 15.86 | 7.07 | - |
| YUV | 105.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 67 | 0 | 0.63 | 0.65 | 0.25 | 1.45 | 0.49 | 0.51 |
| Hex | BF | 46 | 43 | 0 | 3F | 41 | 19 | 1 | 31 | 33 |
| Octal | 277 | 106 | 103 | 0 | 77 | 101 | 31 | 1 | 61 | 63 |
| Binary | 10111111 | 1000110 | 1000011 | 0 | 111111 | 1000001 | 11001 | 1 | 110001 | 110011 |
Color Harmonies of #BF4643
Complementary color
Monochromatic Colors of #BF4643
Black with #BF4643
Text Example
Text Example
White with #BF4643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4643; }
p { color: rgb(191,70,67); }
H1.HeaderClassName
{
color: #BF4643;
}
.AnyTagClassName
{
color: #BF4643;
}
</style>
background-color css
<style>
a { background-color: #BF4643; }
a { background-color: rgb(191,70,67); }
div.DivClassName
{
background-color: #BF4643;
}
.BgClassName
{
background-color: #BF4643;
}
</style>
border-color css
<style>
span { border-color: #BF4643; }
span { border-color: rgb(191,70,67); }
td.TdClassName
{
border-color: #BF4643;
}
.TagClassName
{
border-color: #BF4643;
}
</style>