Shades of Ecru #BBB178
Tints of Ecru #BBB178
RGB
CMYK
RGB Variations
Color information
#BBB178 (or 0xBBB178) is known color: Ecru. HEX triplet: BB, B1 and 78. RGB value is (187,177,120). Sum of RGB (Red+Green+Blue) = 187+177+120=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB178 is #444E87. Grayscale: #ADADAD. Windows color (decimal): -4476552 or 7909819. OLE color: 7909819.
HSL color Cylindrical-coordinate representation of color #BBB178: hue angle of 51.04º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBB178 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 120 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.27 |
| HSL | 51.04º | 0.33% | 0.6% | - |
| HSV(B) | 51.04º | 0.36% | 0.73% | - |
| XYZ | 39.61 | 43.37 | 24.05 | - |
| YUV | 173.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 120 | 0 | 0.05 | 0.36 | 0.27 | 51.04 | 0.33 | 0.6 |
| Hex | BB | B1 | 78 | 0 | 5 | 24 | 1B | 33 | 21 | 3C |
| Octal | 273 | 261 | 170 | 0 | 5 | 44 | 33 | 63 | 41 | 74 |
| Binary | 10111011 | 10110001 | 1111000 | 0 | 101 | 100100 | 11011 | 110011 | 100001 | 111100 |
Color Harmonies of #BBB178
Complementary color
Monochromatic Colors of #BBB178
Black with #BBB178
Text Example
Text Example
White with #BBB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB178; }
p { color: rgb(187,177,120); }
H1.HeaderClassName
{
color: #BBB178;
}
.AnyTagClassName
{
color: #BBB178;
}
</style>
background-color css
<style>
a { background-color: #BBB178; }
a { background-color: rgb(187,177,120); }
div.DivClassName
{
background-color: #BBB178;
}
.BgClassName
{
background-color: #BBB178;
}
</style>
border-color css
<style>
span { border-color: #BBB178; }
span { border-color: rgb(187,177,120); }
td.TdClassName
{
border-color: #BBB178;
}
.TagClassName
{
border-color: #BBB178;
}
</style>