Shades of Ecru #B9AF80
Tints of Ecru #B9AF80
RGB
CMYK
RGB Variations
Color information
#B9AF80 (or 0xB9AF80) is known color: Ecru. HEX triplet: B9, AF and 80. RGB value is (185,175,128). Sum of RGB (Red+Green+Blue) = 185+175+128=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF80 is #46507F. Grayscale: #ACACAC. Windows color (decimal): -4608128 or 8433593. OLE color: 8433593.
HSL color Cylindrical-coordinate representation of color #B9AF80: hue angle of 49.47º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9AF80 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 128 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.27 |
| HSL | 49.47º | 0.29% | 0.61% | - |
| HSV(B) | 49.47º | 0.31% | 0.73% | - |
| XYZ | 39.23 | 42.53 | 26.56 | - |
| YUV | 172.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 128 | 0 | 0.05 | 0.31 | 0.27 | 49.47 | 0.29 | 0.61 |
| Hex | B9 | AF | 80 | 0 | 5 | 1F | 1B | 31 | 1D | 3D |
| Octal | 271 | 257 | 200 | 0 | 5 | 37 | 33 | 61 | 35 | 75 |
| Binary | 10111001 | 10101111 | 10000000 | 0 | 101 | 11111 | 11011 | 110001 | 11101 | 111101 |
Color Harmonies of #B9AF80
Complementary color
Monochromatic Colors of #B9AF80
Black with #B9AF80
Text Example
Text Example
White with #B9AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF80; }
p { color: rgb(185,175,128); }
H1.HeaderClassName
{
color: #B9AF80;
}
.AnyTagClassName
{
color: #B9AF80;
}
</style>
background-color css
<style>
a { background-color: #B9AF80; }
a { background-color: rgb(185,175,128); }
div.DivClassName
{
background-color: #B9AF80;
}
.BgClassName
{
background-color: #B9AF80;
}
</style>
border-color css
<style>
span { border-color: #B9AF80; }
span { border-color: rgb(185,175,128); }
td.TdClassName
{
border-color: #B9AF80;
}
.TagClassName
{
border-color: #B9AF80;
}
</style>