Shades of Ecru #B8AF7B
Tints of Ecru #B8AF7B
RGB
CMYK
RGB Variations
Color information
#B8AF7B (or 0xB8AF7B) is known color: Ecru. HEX triplet: B8, AF and 7B. RGB value is (184,175,123). Sum of RGB (Red+Green+Blue) = 184+175+123=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF7B is #475084. Grayscale: #ABABAB. Windows color (decimal): -4673669 or 8105912. OLE color: 8105912.
HSL color Cylindrical-coordinate representation of color #B8AF7B: hue angle of 51.15º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8AF7B is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 123 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.28 |
| HSL | 51.15º | 0.3% | 0.6% | - |
| HSV(B) | 51.15º | 0.33% | 0.72% | - |
| XYZ | 38.67 | 42.28 | 24.86 | - |
| YUV | 171.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 123 | 0 | 0.05 | 0.33 | 0.28 | 51.15 | 0.3 | 0.6 |
| Hex | B8 | AF | 7B | 0 | 5 | 21 | 1C | 33 | 1E | 3C |
| Octal | 270 | 257 | 173 | 0 | 5 | 41 | 34 | 63 | 36 | 74 |
| Binary | 10111000 | 10101111 | 1111011 | 0 | 101 | 100001 | 11100 | 110011 | 11110 | 111100 |
Color Harmonies of #B8AF7B
Complementary color
Monochromatic Colors of #B8AF7B
Black with #B8AF7B
Text Example
Text Example
White with #B8AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF7B; }
p { color: rgb(184,175,123); }
H1.HeaderClassName
{
color: #B8AF7B;
}
.AnyTagClassName
{
color: #B8AF7B;
}
</style>
background-color css
<style>
a { background-color: #B8AF7B; }
a { background-color: rgb(184,175,123); }
div.DivClassName
{
background-color: #B8AF7B;
}
.BgClassName
{
background-color: #B8AF7B;
}
</style>
border-color css
<style>
span { border-color: #B8AF7B; }
span { border-color: rgb(184,175,123); }
td.TdClassName
{
border-color: #B8AF7B;
}
.TagClassName
{
border-color: #B8AF7B;
}
</style>