Shades of Ecru #B8AE7F
Tints of Ecru #B8AE7F
RGB
CMYK
RGB Variations
Color information
#B8AE7F (or 0xB8AE7F) is known color: Ecru. HEX triplet: B8, AE and 7F. RGB value is (184,174,127). Sum of RGB (Red+Green+Blue) = 184+174+127=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AE7F is #475180. Grayscale: #ABABAB. Windows color (decimal): -4673921 or 8367800. OLE color: 8367800.
HSL color Cylindrical-coordinate representation of color #B8AE7F: hue angle of 49.47º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8AE7F is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 174 | 127 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.28 |
| HSL | 49.47º | 0.29% | 0.61% | - |
| HSV(B) | 49.47º | 0.31% | 0.72% | - |
| XYZ | 38.73 | 41.99 | 26.14 | - |
| YUV | 171.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 127 | 0 | 0.05 | 0.31 | 0.28 | 49.47 | 0.29 | 0.61 |
| Hex | B8 | AE | 7F | 0 | 5 | 1F | 1C | 31 | 1D | 3D |
| Octal | 270 | 256 | 177 | 0 | 5 | 37 | 34 | 61 | 35 | 75 |
| Binary | 10111000 | 10101110 | 1111111 | 0 | 101 | 11111 | 11100 | 110001 | 11101 | 111101 |
Color Harmonies of #B8AE7F
Complementary color
Monochromatic Colors of #B8AE7F
Black with #B8AE7F
Text Example
Text Example
White with #B8AE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AE7F; }
p { color: rgb(184,174,127); }
H1.HeaderClassName
{
color: #B8AE7F;
}
.AnyTagClassName
{
color: #B8AE7F;
}
</style>
background-color css
<style>
a { background-color: #B8AE7F; }
a { background-color: rgb(184,174,127); }
div.DivClassName
{
background-color: #B8AE7F;
}
.BgClassName
{
background-color: #B8AE7F;
}
</style>
border-color css
<style>
span { border-color: #B8AE7F; }
span { border-color: rgb(184,174,127); }
td.TdClassName
{
border-color: #B8AE7F;
}
.TagClassName
{
border-color: #B8AE7F;
}
</style>