Shades of Ecru #B8A674
Tints of Ecru #B8A674
RGB
CMYK
RGB Variations
Color information
#B8A674 (or 0xB8A674) is known color: Ecru. HEX triplet: B8, A6 and 74. RGB value is (184,166,116). Sum of RGB (Red+Green+Blue) = 184+166+116=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A674 is #47598B. Grayscale: #A5A5A5. Windows color (decimal): -4675980 or 7644856. OLE color: 7644856.
HSL color Cylindrical-coordinate representation of color #B8A674: hue angle of 44.12º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8A674 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 116 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.28 |
| HSL | 44.12º | 0.32% | 0.59% | - |
| HSV(B) | 44.12º | 0.37% | 0.72% | - |
| XYZ | 36.56 | 38.72 | 22.07 | - |
| YUV | 165.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 116 | 0 | 0.10 | 0.37 | 0.28 | 44.12 | 0.32 | 0.59 |
| Hex | B8 | A6 | 74 | 0 | A | 25 | 1C | 2C | 20 | 3B |
| Octal | 270 | 246 | 164 | 0 | 12 | 45 | 34 | 54 | 40 | 73 |
| Binary | 10111000 | 10100110 | 1110100 | 0 | 1010 | 100101 | 11100 | 101100 | 100000 | 111011 |
Color Harmonies of #B8A674
Complementary color
Monochromatic Colors of #B8A674
Black with #B8A674
Text Example
Text Example
White with #B8A674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A674; }
p { color: rgb(184,166,116); }
H1.HeaderClassName
{
color: #B8A674;
}
.AnyTagClassName
{
color: #B8A674;
}
</style>
background-color css
<style>
a { background-color: #B8A674; }
a { background-color: rgb(184,166,116); }
div.DivClassName
{
background-color: #B8A674;
}
.BgClassName
{
background-color: #B8A674;
}
</style>
border-color css
<style>
span { border-color: #B8A674; }
span { border-color: rgb(184,166,116); }
td.TdClassName
{
border-color: #B8A674;
}
.TagClassName
{
border-color: #B8A674;
}
</style>