Shades of Ecru #B9B078
Tints of Ecru #B9B078
RGB
CMYK
RGB Variations
Color information
#B9B078 (or 0xB9B078) is known color: Ecru. HEX triplet: B9, B0 and 78. RGB value is (185,176,120). Sum of RGB (Red+Green+Blue) = 185+176+120=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B078 is #464F87. Grayscale: #ACACAC. Windows color (decimal): -4607880 or 7909561. OLE color: 7909561.
HSL color Cylindrical-coordinate representation of color #B9B078: hue angle of 51.69º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9B078 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 176 | 120 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.27 |
| HSL | 51.69º | 0.32% | 0.6% | - |
| HSV(B) | 51.69º | 0.35% | 0.73% | - |
| XYZ | 38.92 | 42.72 | 23.96 | - |
| YUV | 172.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 120 | 0 | 0.05 | 0.35 | 0.27 | 51.69 | 0.32 | 0.6 |
| Hex | B9 | B0 | 78 | 0 | 5 | 23 | 1B | 34 | 20 | 3C |
| Octal | 271 | 260 | 170 | 0 | 5 | 43 | 33 | 64 | 40 | 74 |
| Binary | 10111001 | 10110000 | 1111000 | 0 | 101 | 100011 | 11011 | 110100 | 100000 | 111100 |
Color Harmonies of #B9B078
Complementary color
Monochromatic Colors of #B9B078
Black with #B9B078
Text Example
Text Example
White with #B9B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B078; }
p { color: rgb(185,176,120); }
H1.HeaderClassName
{
color: #B9B078;
}
.AnyTagClassName
{
color: #B9B078;
}
</style>
background-color css
<style>
a { background-color: #B9B078; }
a { background-color: rgb(185,176,120); }
div.DivClassName
{
background-color: #B9B078;
}
.BgClassName
{
background-color: #B9B078;
}
</style>
border-color css
<style>
span { border-color: #B9B078; }
span { border-color: rgb(185,176,120); }
td.TdClassName
{
border-color: #B9B078;
}
.TagClassName
{
border-color: #B9B078;
}
</style>