Shades of Ecru #BBB181
Tints of Ecru #BBB181
RGB
CMYK
RGB Variations
Color information
#BBB181 (or 0xBBB181) is known color: Ecru. HEX triplet: BB, B1 and 81. RGB value is (187,177,129). Sum of RGB (Red+Green+Blue) = 187+177+129=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB181 is #444E7E. Grayscale: #AEAEAE. Windows color (decimal): -4476543 or 8499643. OLE color: 8499643.
HSL color Cylindrical-coordinate representation of color #BBB181: hue angle of 49.66º 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 #BBB181 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 129 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.27 |
| HSL | 49.66º | 0.3% | 0.62% | - |
| HSV(B) | 49.66º | 0.31% | 0.73% | - |
| XYZ | 40.18 | 43.59 | 27.07 | - |
| YUV | 174.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 129 | 0 | 0.05 | 0.31 | 0.27 | 49.66 | 0.3 | 0.62 |
| Hex | BB | B1 | 81 | 0 | 5 | 1F | 1B | 32 | 1E | 3E |
| Octal | 273 | 261 | 201 | 0 | 5 | 37 | 33 | 62 | 36 | 76 |
| Binary | 10111011 | 10110001 | 10000001 | 0 | 101 | 11111 | 11011 | 110010 | 11110 | 111110 |
Color Harmonies of #BBB181
Complementary color
Monochromatic Colors of #BBB181
Black with #BBB181
Text Example
Text Example
White with #BBB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB181; }
p { color: rgb(187,177,129); }
H1.HeaderClassName
{
color: #BBB181;
}
.AnyTagClassName
{
color: #BBB181;
}
</style>
background-color css
<style>
a { background-color: #BBB181; }
a { background-color: rgb(187,177,129); }
div.DivClassName
{
background-color: #BBB181;
}
.BgClassName
{
background-color: #BBB181;
}
</style>
border-color css
<style>
span { border-color: #BBB181; }
span { border-color: rgb(187,177,129); }
td.TdClassName
{
border-color: #BBB181;
}
.TagClassName
{
border-color: #BBB181;
}
</style>