Shades of Ecru #BBAD7B
Tints of Ecru #BBAD7B
RGB
CMYK
RGB Variations
Color information
#BBAD7B (or 0xBBAD7B) is known color: Ecru. HEX triplet: BB, AD and 7B. RGB value is (187,173,123). Sum of RGB (Red+Green+Blue) = 187+173+123=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD7B is #445284. Grayscale: #ABABAB. Windows color (decimal): -4477573 or 8105403. OLE color: 8105403.
HSL color Cylindrical-coordinate representation of color #BBAD7B: hue angle of 46.88º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBAD7B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 123 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.27 |
| HSL | 46.88º | 0.32% | 0.61% | - |
| HSV(B) | 46.88º | 0.34% | 0.73% | - |
| XYZ | 39.01 | 41.88 | 24.77 | - |
| YUV | 171.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 123 | 0 | 0.07 | 0.34 | 0.27 | 46.88 | 0.32 | 0.61 |
| Hex | BB | AD | 7B | 0 | 7 | 22 | 1B | 2F | 20 | 3D |
| Octal | 273 | 255 | 173 | 0 | 7 | 42 | 33 | 57 | 40 | 75 |
| Binary | 10111011 | 10101101 | 1111011 | 0 | 111 | 100010 | 11011 | 101111 | 100000 | 111101 |
Color Harmonies of #BBAD7B
Complementary color
Monochromatic Colors of #BBAD7B
Black with #BBAD7B
Text Example
Text Example
White with #BBAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD7B; }
p { color: rgb(187,173,123); }
H1.HeaderClassName
{
color: #BBAD7B;
}
.AnyTagClassName
{
color: #BBAD7B;
}
</style>
background-color css
<style>
a { background-color: #BBAD7B; }
a { background-color: rgb(187,173,123); }
div.DivClassName
{
background-color: #BBAD7B;
}
.BgClassName
{
background-color: #BBAD7B;
}
</style>
border-color css
<style>
span { border-color: #BBAD7B; }
span { border-color: rgb(187,173,123); }
td.TdClassName
{
border-color: #BBAD7B;
}
.TagClassName
{
border-color: #BBAD7B;
}
</style>