Shades of Chestnut #B94945
Tints of Chestnut #B94945
RGB
CMYK
RGB Variations
Color information
#B94945 (or 0xB94945) is known color: Chestnut. HEX triplet: B9, 49 and 45. RGB value is (185,73,69). Sum of RGB (Red+Green+Blue) = 185+73+69=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B94945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94945 is #46B6BA. Grayscale: #6A6A6A. Windows color (decimal): -4634299 or 4540857. OLE color: 4540857.
HSL color Cylindrical-coordinate representation of color #B94945: hue angle of 2.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94945 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 69 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.27 |
| HSL | 2.07º | 0.46% | 0.5% | - |
| HSV(B) | 2.07º | 0.63% | 0.73% | - |
| XYZ | 23.46 | 15.51 | 7.39 | - |
| YUV | 106.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 69 | 0 | 0.61 | 0.63 | 0.27 | 2.07 | 0.46 | 0.5 |
| Hex | B9 | 49 | 45 | 0 | 3D | 3F | 1B | 2 | 2E | 32 |
| Octal | 271 | 111 | 105 | 0 | 75 | 77 | 33 | 2 | 56 | 62 |
| Binary | 10111001 | 1001001 | 1000101 | 0 | 111101 | 111111 | 11011 | 10 | 101110 | 110010 |
Color Harmonies of #B94945
Complementary color
Monochromatic Colors of #B94945
Black with #B94945
Text Example
Text Example
White with #B94945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94945; }
p { color: rgb(185,73,69); }
H1.HeaderClassName
{
color: #B94945;
}
.AnyTagClassName
{
color: #B94945;
}
</style>
background-color css
<style>
a { background-color: #B94945; }
a { background-color: rgb(185,73,69); }
div.DivClassName
{
background-color: #B94945;
}
.BgClassName
{
background-color: #B94945;
}
</style>
border-color css
<style>
span { border-color: #B94945; }
span { border-color: rgb(185,73,69); }
td.TdClassName
{
border-color: #B94945;
}
.TagClassName
{
border-color: #B94945;
}
</style>