Shades of Ecru #B8A775
Tints of Ecru #B8A775
RGB
CMYK
RGB Variations
Color information
#B8A775 (or 0xB8A775) is known color: Ecru. HEX triplet: B8, A7 and 75. RGB value is (184,167,117). Sum of RGB (Red+Green+Blue) = 184+167+117=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A775 is #47588A. Grayscale: #A6A6A6. Windows color (decimal): -4675723 or 7710648. OLE color: 7710648.
HSL color Cylindrical-coordinate representation of color #B8A775: hue angle of 44.78º 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 #B8A775 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 117 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.28 |
| HSL | 44.78º | 0.32% | 0.59% | - |
| HSV(B) | 44.78º | 0.36% | 0.72% | - |
| XYZ | 36.8 | 39.11 | 22.44 | - |
| YUV | 166.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 117 | 0 | 0.09 | 0.36 | 0.28 | 44.78 | 0.32 | 0.59 |
| Hex | B8 | A7 | 75 | 0 | 9 | 24 | 1C | 2D | 20 | 3B |
| Octal | 270 | 247 | 165 | 0 | 11 | 44 | 34 | 55 | 40 | 73 |
| Binary | 10111000 | 10100111 | 1110101 | 0 | 1001 | 100100 | 11100 | 101101 | 100000 | 111011 |
Color Harmonies of #B8A775
Complementary color
Monochromatic Colors of #B8A775
Black with #B8A775
Text Example
Text Example
White with #B8A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A775; }
p { color: rgb(184,167,117); }
H1.HeaderClassName
{
color: #B8A775;
}
.AnyTagClassName
{
color: #B8A775;
}
</style>
background-color css
<style>
a { background-color: #B8A775; }
a { background-color: rgb(184,167,117); }
div.DivClassName
{
background-color: #B8A775;
}
.BgClassName
{
background-color: #B8A775;
}
</style>
border-color css
<style>
span { border-color: #B8A775; }
span { border-color: rgb(184,167,117); }
td.TdClassName
{
border-color: #B8A775;
}
.TagClassName
{
border-color: #B8A775;
}
</style>