Shades of Chestnut #B95345
Tints of Chestnut #B95345
RGB
CMYK
RGB Variations
Color information
#B95345 (or 0xB95345) is known color: Chestnut. HEX triplet: B9, 53 and 45. RGB value is (185,83,69). Sum of RGB (Red+Green+Blue) = 185+83+69=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B95345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95345 is #46ACBA. Grayscale: #707070. Windows color (decimal): -4631739 or 4543417. OLE color: 4543417.
HSL color Cylindrical-coordinate representation of color #B95345: hue angle of 7.24º 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 #B95345 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 69 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.27 |
| HSL | 7.24º | 0.46% | 0.5% | - |
| HSV(B) | 7.24º | 0.63% | 0.73% | - |
| XYZ | 24.18 | 16.93 | 7.62 | - |
| YUV | 111.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 69 | 0 | 0.55 | 0.63 | 0.27 | 7.24 | 0.46 | 0.5 |
| Hex | B9 | 53 | 45 | 0 | 37 | 3F | 1B | 7 | 2E | 32 |
| Octal | 271 | 123 | 105 | 0 | 67 | 77 | 33 | 7 | 56 | 62 |
| Binary | 10111001 | 1010011 | 1000101 | 0 | 110111 | 111111 | 11011 | 111 | 101110 | 110010 |
Color Harmonies of #B95345
Complementary color
Monochromatic Colors of #B95345
Black with #B95345
Text Example
Text Example
White with #B95345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95345; }
p { color: rgb(185,83,69); }
H1.HeaderClassName
{
color: #B95345;
}
.AnyTagClassName
{
color: #B95345;
}
</style>
background-color css
<style>
a { background-color: #B95345; }
a { background-color: rgb(185,83,69); }
div.DivClassName
{
background-color: #B95345;
}
.BgClassName
{
background-color: #B95345;
}
</style>
border-color css
<style>
span { border-color: #B95345; }
span { border-color: rgb(185,83,69); }
td.TdClassName
{
border-color: #B95345;
}
.TagClassName
{
border-color: #B95345;
}
</style>