Shades of Ecru #B8B080
Tints of Ecru #B8B080
RGB
CMYK
RGB Variations
Color information
#B8B080 (or 0xB8B080) is known color: Ecru. HEX triplet: B8, B0 and 80. RGB value is (184,176,128). Sum of RGB (Red+Green+Blue) = 184+176+128=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B080 is #474F7F. Grayscale: #ADADAD. Windows color (decimal): -4673408 or 8433848. OLE color: 8433848.
HSL color Cylindrical-coordinate representation of color #B8B080: hue angle of 51.43º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8B080 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 128 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.28 |
| HSL | 51.43º | 0.28% | 0.61% | - |
| HSV(B) | 51.43º | 0.3% | 0.72% | - |
| XYZ | 39.19 | 42.8 | 26.62 | - |
| YUV | 172.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 128 | 0 | 0.04 | 0.30 | 0.28 | 51.43 | 0.28 | 0.61 |
| Hex | B8 | B0 | 80 | 0 | 4 | 1E | 1C | 33 | 1C | 3D |
| Octal | 270 | 260 | 200 | 0 | 4 | 36 | 34 | 63 | 34 | 75 |
| Binary | 10111000 | 10110000 | 10000000 | 0 | 100 | 11110 | 11100 | 110011 | 11100 | 111101 |
Color Harmonies of #B8B080
Complementary color
Monochromatic Colors of #B8B080
Black with #B8B080
Text Example
Text Example
White with #B8B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B080; }
p { color: rgb(184,176,128); }
H1.HeaderClassName
{
color: #B8B080;
}
.AnyTagClassName
{
color: #B8B080;
}
</style>
background-color css
<style>
a { background-color: #B8B080; }
a { background-color: rgb(184,176,128); }
div.DivClassName
{
background-color: #B8B080;
}
.BgClassName
{
background-color: #B8B080;
}
</style>
border-color css
<style>
span { border-color: #B8B080; }
span { border-color: rgb(184,176,128); }
td.TdClassName
{
border-color: #B8B080;
}
.TagClassName
{
border-color: #B8B080;
}
</style>