Shades of Chestnut #B94C41
Tints of Chestnut #B94C41
RGB
CMYK
RGB Variations
Color information
#B94C41 (or 0xB94C41) is known color: Chestnut. HEX triplet: B9, 4C and 41. RGB value is (185,76,65). Sum of RGB (Red+Green+Blue) = 185+76+65=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C41 is #46B3BE. Grayscale: #6B6B6B. Windows color (decimal): -4633535 or 4279481. OLE color: 4279481.
HSL color Cylindrical-coordinate representation of color #B94C41: hue angle of 5.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94C41 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 65 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.27 |
| HSL | 5.5º | 0.48% | 0.49% | - |
| HSV(B) | 5.5º | 0.65% | 0.73% | - |
| XYZ | 23.55 | 15.86 | 6.82 | - |
| YUV | 107.34 | 104.11 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 65 | 0 | 0.59 | 0.65 | 0.27 | 5.5 | 0.48 | 0.49 |
| Hex | B9 | 4C | 41 | 0 | 3B | 41 | 1B | 6 | 30 | 31 |
| Octal | 271 | 114 | 101 | 0 | 73 | 101 | 33 | 6 | 60 | 61 |
| Binary | 10111001 | 1001100 | 1000001 | 0 | 111011 | 1000001 | 11011 | 110 | 110000 | 110001 |
Color Harmonies of #B94C41
Complementary color
Monochromatic Colors of #B94C41
Black with #B94C41
Text Example
Text Example
White with #B94C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C41; }
p { color: rgb(185,76,65); }
H1.HeaderClassName
{
color: #B94C41;
}
.AnyTagClassName
{
color: #B94C41;
}
</style>
background-color css
<style>
a { background-color: #B94C41; }
a { background-color: rgb(185,76,65); }
div.DivClassName
{
background-color: #B94C41;
}
.BgClassName
{
background-color: #B94C41;
}
</style>
border-color css
<style>
span { border-color: #B94C41; }
span { border-color: rgb(185,76,65); }
td.TdClassName
{
border-color: #B94C41;
}
.TagClassName
{
border-color: #B94C41;
}
</style>