Shades of Ecru #B8AB76
Tints of Ecru #B8AB76
RGB
CMYK
RGB Variations
Color information
#B8AB76 (or 0xB8AB76) is known color: Ecru. HEX triplet: B8, AB and 76. RGB value is (184,171,118). Sum of RGB (Red+Green+Blue) = 184+171+118=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB76 is #475489. Grayscale: #A9A9A9. Windows color (decimal): -4674698 or 7777208. OLE color: 7777208.
HSL color Cylindrical-coordinate representation of color #B8AB76: hue angle of 48.18º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8AB76 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 118 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.28 |
| HSL | 48.18º | 0.32% | 0.59% | - |
| HSV(B) | 48.18º | 0.36% | 0.72% | - |
| XYZ | 37.6 | 40.62 | 23 | - |
| YUV | 168.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 118 | 0 | 0.07 | 0.36 | 0.28 | 48.18 | 0.32 | 0.59 |
| Hex | B8 | AB | 76 | 0 | 7 | 24 | 1C | 30 | 20 | 3B |
| Octal | 270 | 253 | 166 | 0 | 7 | 44 | 34 | 60 | 40 | 73 |
| Binary | 10111000 | 10101011 | 1110110 | 0 | 111 | 100100 | 11100 | 110000 | 100000 | 111011 |
Color Harmonies of #B8AB76
Complementary color
Monochromatic Colors of #B8AB76
Black with #B8AB76
Text Example
Text Example
White with #B8AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB76; }
p { color: rgb(184,171,118); }
H1.HeaderClassName
{
color: #B8AB76;
}
.AnyTagClassName
{
color: #B8AB76;
}
</style>
background-color css
<style>
a { background-color: #B8AB76; }
a { background-color: rgb(184,171,118); }
div.DivClassName
{
background-color: #B8AB76;
}
.BgClassName
{
background-color: #B8AB76;
}
</style>
border-color css
<style>
span { border-color: #B8AB76; }
span { border-color: rgb(184,171,118); }
td.TdClassName
{
border-color: #B8AB76;
}
.TagClassName
{
border-color: #B8AB76;
}
</style>