Shades of Ecru #BBAB7A
Tints of Ecru #BBAB7A
RGB
CMYK
RGB Variations
Color information
#BBAB7A (or 0xBBAB7A) is known color: Ecru. HEX triplet: BB, AB and 7A. RGB value is (187,171,122). Sum of RGB (Red+Green+Blue) = 187+171+122=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB7A is #445485. Grayscale: #AAAAAA. Windows color (decimal): -4478086 or 8039355. OLE color: 8039355.
HSL color Cylindrical-coordinate representation of color #BBAB7A: hue angle of 45.23º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBAB7A is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 122 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.27 |
| HSL | 45.23º | 0.32% | 0.61% | - |
| HSV(B) | 45.23º | 0.35% | 0.73% | - |
| XYZ | 38.57 | 41.1 | 24.31 | - |
| YUV | 170.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 122 | 0 | 0.09 | 0.35 | 0.27 | 45.23 | 0.32 | 0.61 |
| Hex | BB | AB | 7A | 0 | 9 | 23 | 1B | 2D | 20 | 3D |
| Octal | 273 | 253 | 172 | 0 | 11 | 43 | 33 | 55 | 40 | 75 |
| Binary | 10111011 | 10101011 | 1111010 | 0 | 1001 | 100011 | 11011 | 101101 | 100000 | 111101 |
Color Harmonies of #BBAB7A
Complementary color
Monochromatic Colors of #BBAB7A
Black with #BBAB7A
Text Example
Text Example
White with #BBAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB7A; }
p { color: rgb(187,171,122); }
H1.HeaderClassName
{
color: #BBAB7A;
}
.AnyTagClassName
{
color: #BBAB7A;
}
</style>
background-color css
<style>
a { background-color: #BBAB7A; }
a { background-color: rgb(187,171,122); }
div.DivClassName
{
background-color: #BBAB7A;
}
.BgClassName
{
background-color: #BBAB7A;
}
</style>
border-color css
<style>
span { border-color: #BBAB7A; }
span { border-color: rgb(187,171,122); }
td.TdClassName
{
border-color: #BBAB7A;
}
.TagClassName
{
border-color: #BBAB7A;
}
</style>