Shades of Chestnut #B6554E
Tints of Chestnut #B6554E
RGB
CMYK
RGB Variations
Color information
#B6554E (or 0xB6554E) is known color: Chestnut. HEX triplet: B6, 55 and 4E. RGB value is (182,85,78). Sum of RGB (Red+Green+Blue) = 182+85+78=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6554E is #49AAB1. Grayscale: #717171. Windows color (decimal): -4827826 or 5133750. OLE color: 5133750.
HSL color Cylindrical-coordinate representation of color #B6554E: hue angle of 4.04º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6554E is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 78 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.29 |
| HSL | 4.04º | 0.42% | 0.51% | - |
| HSV(B) | 4.04º | 0.57% | 0.71% | - |
| XYZ | 23.92 | 16.99 | 9.23 | - |
| YUV | 113.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 78 | 0 | 0.53 | 0.57 | 0.29 | 4.04 | 0.42 | 0.51 |
| Hex | B6 | 55 | 4E | 0 | 35 | 39 | 1D | 4 | 2A | 33 |
| Octal | 266 | 125 | 116 | 0 | 65 | 71 | 35 | 4 | 52 | 63 |
| Binary | 10110110 | 1010101 | 1001110 | 0 | 110101 | 111001 | 11101 | 100 | 101010 | 110011 |
Color Harmonies of #B6554E
Complementary color
Monochromatic Colors of #B6554E
Black with #B6554E
Text Example
Text Example
White with #B6554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6554E; }
p { color: rgb(182,85,78); }
H1.HeaderClassName
{
color: #B6554E;
}
.AnyTagClassName
{
color: #B6554E;
}
</style>
background-color css
<style>
a { background-color: #B6554E; }
a { background-color: rgb(182,85,78); }
div.DivClassName
{
background-color: #B6554E;
}
.BgClassName
{
background-color: #B6554E;
}
</style>
border-color css
<style>
span { border-color: #B6554E; }
span { border-color: rgb(182,85,78); }
td.TdClassName
{
border-color: #B6554E;
}
.TagClassName
{
border-color: #B6554E;
}
</style>