Shades of Chestnut #B65047
Tints of Chestnut #B65047
RGB
CMYK
RGB Variations
Color information
#B65047 (or 0xB65047) is known color: Chestnut. HEX triplet: B6, 50 and 47. RGB value is (182,80,71). Sum of RGB (Red+Green+Blue) = 182+80+71=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B65047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65047 is #49AFB8. Grayscale: #6D6D6D. Windows color (decimal): -4829113 or 4673718. OLE color: 4673718.
HSL color Cylindrical-coordinate representation of color #B65047: hue angle of 4.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B65047 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 71 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.29 |
| HSL | 4.86º | 0.44% | 0.5% | - |
| HSV(B) | 4.86º | 0.61% | 0.71% | - |
| XYZ | 23.3 | 16.14 | 7.85 | - |
| YUV | 109.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 71 | 0 | 0.56 | 0.61 | 0.29 | 4.86 | 0.44 | 0.5 |
| Hex | B6 | 50 | 47 | 0 | 38 | 3D | 1D | 5 | 2C | 32 |
| Octal | 266 | 120 | 107 | 0 | 70 | 75 | 35 | 5 | 54 | 62 |
| Binary | 10110110 | 1010000 | 1000111 | 0 | 111000 | 111101 | 11101 | 101 | 101100 | 110010 |
Color Harmonies of #B65047
Complementary color
Monochromatic Colors of #B65047
Black with #B65047
Text Example
Text Example
White with #B65047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65047; }
p { color: rgb(182,80,71); }
H1.HeaderClassName
{
color: #B65047;
}
.AnyTagClassName
{
color: #B65047;
}
</style>
background-color css
<style>
a { background-color: #B65047; }
a { background-color: rgb(182,80,71); }
div.DivClassName
{
background-color: #B65047;
}
.BgClassName
{
background-color: #B65047;
}
</style>
border-color css
<style>
span { border-color: #B65047; }
span { border-color: rgb(182,80,71); }
td.TdClassName
{
border-color: #B65047;
}
.TagClassName
{
border-color: #B65047;
}
</style>