Shades of Chestnut #B94743
Tints of Chestnut #B94743
RGB
CMYK
RGB Variations
Color information
#B94743 (or 0xB94743) is known color: Chestnut. HEX triplet: B9, 47 and 43. RGB value is (185,71,67). Sum of RGB (Red+Green+Blue) = 185+71+67=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B94743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94743 is #46B8BC. Grayscale: #686868. Windows color (decimal): -4634813 or 4409273. OLE color: 4409273.
HSL color Cylindrical-coordinate representation of color #B94743: hue angle of 2.03º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94743 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 67 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.27 |
| HSL | 2.03º | 0.47% | 0.49% | - |
| HSV(B) | 2.03º | 0.64% | 0.73% | - |
| XYZ | 23.27 | 15.23 | 7.02 | - |
| YUV | 104.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 67 | 0 | 0.62 | 0.64 | 0.27 | 2.03 | 0.47 | 0.49 |
| Hex | B9 | 47 | 43 | 0 | 3E | 40 | 1B | 2 | 2F | 31 |
| Octal | 271 | 107 | 103 | 0 | 76 | 100 | 33 | 2 | 57 | 61 |
| Binary | 10111001 | 1000111 | 1000011 | 0 | 111110 | 1000000 | 11011 | 10 | 101111 | 110001 |
Color Harmonies of #B94743
Complementary color
Monochromatic Colors of #B94743
Black with #B94743
Text Example
Text Example
White with #B94743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94743; }
p { color: rgb(185,71,67); }
H1.HeaderClassName
{
color: #B94743;
}
.AnyTagClassName
{
color: #B94743;
}
</style>
background-color css
<style>
a { background-color: #B94743; }
a { background-color: rgb(185,71,67); }
div.DivClassName
{
background-color: #B94743;
}
.BgClassName
{
background-color: #B94743;
}
</style>
border-color css
<style>
span { border-color: #B94743; }
span { border-color: rgb(185,71,67); }
td.TdClassName
{
border-color: #B94743;
}
.TagClassName
{
border-color: #B94743;
}
</style>