Shades of Ecru #BBAB7D
Tints of Ecru #BBAB7D
RGB
CMYK
RGB Variations
Color information
#BBAB7D (or 0xBBAB7D) is known color: Ecru. HEX triplet: BB, AB and 7D. RGB value is (187,171,125). Sum of RGB (Red+Green+Blue) = 187+171+125=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB7D is #445482. Grayscale: #AAAAAA. Windows color (decimal): -4478083 or 8235963. OLE color: 8235963.
HSL color Cylindrical-coordinate representation of color #BBAB7D: hue angle of 44.52º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBAB7D is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 125 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.27 |
| HSL | 44.52º | 0.31% | 0.61% | - |
| HSV(B) | 44.52º | 0.33% | 0.73% | - |
| XYZ | 38.76 | 41.17 | 25.31 | - |
| YUV | 170.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 125 | 0 | 0.09 | 0.33 | 0.27 | 44.52 | 0.31 | 0.61 |
| Hex | BB | AB | 7D | 0 | 9 | 21 | 1B | 2D | 1F | 3D |
| Octal | 273 | 253 | 175 | 0 | 11 | 41 | 33 | 55 | 37 | 75 |
| Binary | 10111011 | 10101011 | 1111101 | 0 | 1001 | 100001 | 11011 | 101101 | 11111 | 111101 |
Color Harmonies of #BBAB7D
Complementary color
Monochromatic Colors of #BBAB7D
Black with #BBAB7D
Text Example
Text Example
White with #BBAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB7D; }
p { color: rgb(187,171,125); }
H1.HeaderClassName
{
color: #BBAB7D;
}
.AnyTagClassName
{
color: #BBAB7D;
}
</style>
background-color css
<style>
a { background-color: #BBAB7D; }
a { background-color: rgb(187,171,125); }
div.DivClassName
{
background-color: #BBAB7D;
}
.BgClassName
{
background-color: #BBAB7D;
}
</style>
border-color css
<style>
span { border-color: #BBAB7D; }
span { border-color: rgb(187,171,125); }
td.TdClassName
{
border-color: #BBAB7D;
}
.TagClassName
{
border-color: #BBAB7D;
}
</style>