Shades of Chestnut #BF4743
Tints of Chestnut #BF4743
RGB
CMYK
RGB Variations
Color information
#BF4743 (or 0xBF4743) is known color: Chestnut. HEX triplet: BF, 47 and 43. RGB value is (191,71,67). Sum of RGB (Red+Green+Blue) = 191+71+67=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4743 is #40B8BC. Grayscale: #6A6A6A. Windows color (decimal): -4241597 or 4409279. OLE color: 4409279.
HSL color Cylindrical-coordinate representation of color #BF4743: hue angle of 1.94º 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 #BF4743 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 67 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.25 |
| HSL | 1.94º | 0.49% | 0.51% | - |
| HSV(B) | 1.94º | 0.65% | 0.75% | - |
| XYZ | 24.75 | 15.99 | 7.09 | - |
| YUV | 106.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 67 | 0 | 0.63 | 0.65 | 0.25 | 1.94 | 0.49 | 0.51 |
| Hex | BF | 47 | 43 | 0 | 3F | 41 | 19 | 2 | 31 | 33 |
| Octal | 277 | 107 | 103 | 0 | 77 | 101 | 31 | 2 | 61 | 63 |
| Binary | 10111111 | 1000111 | 1000011 | 0 | 111111 | 1000001 | 11001 | 10 | 110001 | 110011 |
Color Harmonies of #BF4743
Complementary color
Monochromatic Colors of #BF4743
Black with #BF4743
Text Example
Text Example
White with #BF4743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4743; }
p { color: rgb(191,71,67); }
H1.HeaderClassName
{
color: #BF4743;
}
.AnyTagClassName
{
color: #BF4743;
}
</style>
background-color css
<style>
a { background-color: #BF4743; }
a { background-color: rgb(191,71,67); }
div.DivClassName
{
background-color: #BF4743;
}
.BgClassName
{
background-color: #BF4743;
}
</style>
border-color css
<style>
span { border-color: #BF4743; }
span { border-color: rgb(191,71,67); }
td.TdClassName
{
border-color: #BF4743;
}
.TagClassName
{
border-color: #BF4743;
}
</style>