Shades of Ecru #BBB180
Tints of Ecru #BBB180
RGB
CMYK
RGB Variations
Color information
#BBB180 (or 0xBBB180) is known color: Ecru. HEX triplet: BB, B1 and 80. RGB value is (187,177,128). Sum of RGB (Red+Green+Blue) = 187+177+128=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB180 is #444E7F. Grayscale: #AEAEAE. Windows color (decimal): -4476544 or 8434107. OLE color: 8434107.
HSL color Cylindrical-coordinate representation of color #BBB180: hue angle of 49.83º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBB180 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 128 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.27 |
| HSL | 49.83º | 0.3% | 0.62% | - |
| HSV(B) | 49.83º | 0.32% | 0.73% | - |
| XYZ | 40.11 | 43.57 | 26.72 | - |
| YUV | 174.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 128 | 0 | 0.05 | 0.32 | 0.27 | 49.83 | 0.3 | 0.62 |
| Hex | BB | B1 | 80 | 0 | 5 | 20 | 1B | 32 | 1E | 3E |
| Octal | 273 | 261 | 200 | 0 | 5 | 40 | 33 | 62 | 36 | 76 |
| Binary | 10111011 | 10110001 | 10000000 | 0 | 101 | 100000 | 11011 | 110010 | 11110 | 111110 |
Color Harmonies of #BBB180
Complementary color
Monochromatic Colors of #BBB180
Black with #BBB180
Text Example
Text Example
White with #BBB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB180; }
p { color: rgb(187,177,128); }
H1.HeaderClassName
{
color: #BBB180;
}
.AnyTagClassName
{
color: #BBB180;
}
</style>
background-color css
<style>
a { background-color: #BBB180; }
a { background-color: rgb(187,177,128); }
div.DivClassName
{
background-color: #BBB180;
}
.BgClassName
{
background-color: #BBB180;
}
</style>
border-color css
<style>
span { border-color: #BBB180; }
span { border-color: rgb(187,177,128); }
td.TdClassName
{
border-color: #BBB180;
}
.TagClassName
{
border-color: #BBB180;
}
</style>