Shades of Chestnut #B75651
Tints of Chestnut #B75651
RGB
CMYK
RGB Variations
Color information
#B75651 (or 0xB75651) is known color: Chestnut. HEX triplet: B7, 56 and 51. RGB value is (183,86,81). Sum of RGB (Red+Green+Blue) = 183+86+81=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B75651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75651 is #48A9AE. Grayscale: #727272. Windows color (decimal): -4762031 or 5330615. OLE color: 5330615.
HSL color Cylindrical-coordinate representation of color #B75651: hue angle of 2.94º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75651 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 81 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.28 |
| HSL | 2.94º | 0.41% | 0.52% | - |
| HSV(B) | 2.94º | 0.56% | 0.72% | - |
| XYZ | 24.34 | 17.32 | 9.84 | - |
| YUV | 114.43 | 109.14 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 81 | 0 | 0.53 | 0.56 | 0.28 | 2.94 | 0.41 | 0.52 |
| Hex | B7 | 56 | 51 | 0 | 35 | 38 | 1C | 3 | 29 | 34 |
| Octal | 267 | 126 | 121 | 0 | 65 | 70 | 34 | 3 | 51 | 64 |
| Binary | 10110111 | 1010110 | 1010001 | 0 | 110101 | 111000 | 11100 | 11 | 101001 | 110100 |
Color Harmonies of #B75651
Complementary color
Monochromatic Colors of #B75651
Black with #B75651
Text Example
Text Example
White with #B75651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75651; }
p { color: rgb(183,86,81); }
H1.HeaderClassName
{
color: #B75651;
}
.AnyTagClassName
{
color: #B75651;
}
</style>
background-color css
<style>
a { background-color: #B75651; }
a { background-color: rgb(183,86,81); }
div.DivClassName
{
background-color: #B75651;
}
.BgClassName
{
background-color: #B75651;
}
</style>
border-color css
<style>
span { border-color: #B75651; }
span { border-color: rgb(183,86,81); }
td.TdClassName
{
border-color: #B75651;
}
.TagClassName
{
border-color: #B75651;
}
</style>