Shades of Ecru #B6AB77
Tints of Ecru #B6AB77
RGB
CMYK
RGB Variations
Color information
#B6AB77 (or 0xB6AB77) is known color: Ecru. HEX triplet: B6, AB and 77. RGB value is (182,171,119). Sum of RGB (Red+Green+Blue) = 182+171+119=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AB77 is #495488. Grayscale: #A8A8A8. Windows color (decimal): -4805769 or 7842742. OLE color: 7842742.
HSL color Cylindrical-coordinate representation of color #B6AB77: hue angle of 49.52º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6AB77 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 171 | 119 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.29 |
| HSL | 49.52º | 0.3% | 0.59% | - |
| HSV(B) | 49.52º | 0.35% | 0.71% | - |
| XYZ | 37.18 | 40.4 | 23.29 | - |
| YUV | 168.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 171 | 119 | 0 | 0.06 | 0.35 | 0.29 | 49.52 | 0.3 | 0.59 |
| Hex | B6 | AB | 77 | 0 | 6 | 23 | 1D | 32 | 1E | 3B |
| Octal | 266 | 253 | 167 | 0 | 6 | 43 | 35 | 62 | 36 | 73 |
| Binary | 10110110 | 10101011 | 1110111 | 0 | 110 | 100011 | 11101 | 110010 | 11110 | 111011 |
Color Harmonies of #B6AB77
Complementary color
Monochromatic Colors of #B6AB77
Black with #B6AB77
Text Example
Text Example
White with #B6AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AB77; }
p { color: rgb(182,171,119); }
H1.HeaderClassName
{
color: #B6AB77;
}
.AnyTagClassName
{
color: #B6AB77;
}
</style>
background-color css
<style>
a { background-color: #B6AB77; }
a { background-color: rgb(182,171,119); }
div.DivClassName
{
background-color: #B6AB77;
}
.BgClassName
{
background-color: #B6AB77;
}
</style>
border-color css
<style>
span { border-color: #B6AB77; }
span { border-color: rgb(182,171,119); }
td.TdClassName
{
border-color: #B6AB77;
}
.TagClassName
{
border-color: #B6AB77;
}
</style>