Shades of Ecru #B8AF7F
Tints of Ecru #B8AF7F
RGB
CMYK
RGB Variations
Color information
#B8AF7F (or 0xB8AF7F) is known color: Ecru. HEX triplet: B8, AF and 7F. RGB value is (184,175,127). Sum of RGB (Red+Green+Blue) = 184+175+127=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF7F is #475080. Grayscale: #ACACAC. Windows color (decimal): -4673665 or 8368056. OLE color: 8368056.
HSL color Cylindrical-coordinate representation of color #B8AF7F: hue angle of 50.53º 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 #B8AF7F is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 127 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.28 |
| HSL | 50.53º | 0.29% | 0.61% | - |
| HSV(B) | 50.53º | 0.31% | 0.72% | - |
| XYZ | 38.93 | 42.38 | 26.21 | - |
| YUV | 172.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 127 | 0 | 0.05 | 0.31 | 0.28 | 50.53 | 0.29 | 0.61 |
| Hex | B8 | AF | 7F | 0 | 5 | 1F | 1C | 33 | 1D | 3D |
| Octal | 270 | 257 | 177 | 0 | 5 | 37 | 34 | 63 | 35 | 75 |
| Binary | 10111000 | 10101111 | 1111111 | 0 | 101 | 11111 | 11100 | 110011 | 11101 | 111101 |
Color Harmonies of #B8AF7F
Complementary color
Monochromatic Colors of #B8AF7F
Black with #B8AF7F
Text Example
Text Example
White with #B8AF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF7F; }
p { color: rgb(184,175,127); }
H1.HeaderClassName
{
color: #B8AF7F;
}
.AnyTagClassName
{
color: #B8AF7F;
}
</style>
background-color css
<style>
a { background-color: #B8AF7F; }
a { background-color: rgb(184,175,127); }
div.DivClassName
{
background-color: #B8AF7F;
}
.BgClassName
{
background-color: #B8AF7F;
}
</style>
border-color css
<style>
span { border-color: #B8AF7F; }
span { border-color: rgb(184,175,127); }
td.TdClassName
{
border-color: #B8AF7F;
}
.TagClassName
{
border-color: #B8AF7F;
}
</style>