Shades of Ecru #BBAF81
Tints of Ecru #BBAF81
RGB
CMYK
RGB Variations
Color information
#BBAF81 (or 0xBBAF81) is known color: Ecru. HEX triplet: BB, AF and 81. RGB value is (187,175,129). Sum of RGB (Red+Green+Blue) = 187+175+129=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF81 is #44507E. Grayscale: #ADADAD. Windows color (decimal): -4477055 or 8499131. OLE color: 8499131.
HSL color Cylindrical-coordinate representation of color #BBAF81: hue angle of 47.59º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAF81 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 129 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.27 |
| HSL | 47.59º | 0.3% | 0.62% | - |
| HSV(B) | 47.59º | 0.31% | 0.73% | - |
| XYZ | 39.79 | 42.81 | 26.94 | - |
| YUV | 173.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 129 | 0 | 0.06 | 0.31 | 0.27 | 47.59 | 0.3 | 0.62 |
| Hex | BB | AF | 81 | 0 | 6 | 1F | 1B | 30 | 1E | 3E |
| Octal | 273 | 257 | 201 | 0 | 6 | 37 | 33 | 60 | 36 | 76 |
| Binary | 10111011 | 10101111 | 10000001 | 0 | 110 | 11111 | 11011 | 110000 | 11110 | 111110 |
Color Harmonies of #BBAF81
Complementary color
Monochromatic Colors of #BBAF81
Black with #BBAF81
Text Example
Text Example
White with #BBAF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF81; }
p { color: rgb(187,175,129); }
H1.HeaderClassName
{
color: #BBAF81;
}
.AnyTagClassName
{
color: #BBAF81;
}
</style>
background-color css
<style>
a { background-color: #BBAF81; }
a { background-color: rgb(187,175,129); }
div.DivClassName
{
background-color: #BBAF81;
}
.BgClassName
{
background-color: #BBAF81;
}
</style>
border-color css
<style>
span { border-color: #BBAF81; }
span { border-color: rgb(187,175,129); }
td.TdClassName
{
border-color: #BBAF81;
}
.TagClassName
{
border-color: #BBAF81;
}
</style>