Shades of Ecru #BBB380
Tints of Ecru #BBB380
RGB
CMYK
RGB Variations
Color information
#BBB380 (or 0xBBB380) is known color: Ecru. HEX triplet: BB, B3 and 80. RGB value is (187,179,128). Sum of RGB (Red+Green+Blue) = 187+179+128=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB380 is #444C7F. Grayscale: #AFAFAF. Windows color (decimal): -4476032 or 8434619. OLE color: 8434619.
HSL color Cylindrical-coordinate representation of color #BBB380: hue angle of 51.86º 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 #BBB380 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 128 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.27 |
| HSL | 51.86º | 0.3% | 0.62% | - |
| HSV(B) | 51.86º | 0.32% | 0.73% | - |
| XYZ | 40.51 | 44.36 | 26.85 | - |
| YUV | 175.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 128 | 0 | 0.04 | 0.32 | 0.27 | 51.86 | 0.3 | 0.62 |
| Hex | BB | B3 | 80 | 0 | 4 | 20 | 1B | 34 | 1E | 3E |
| Octal | 273 | 263 | 200 | 0 | 4 | 40 | 33 | 64 | 36 | 76 |
| Binary | 10111011 | 10110011 | 10000000 | 0 | 100 | 100000 | 11011 | 110100 | 11110 | 111110 |
Color Harmonies of #BBB380
Complementary color
Monochromatic Colors of #BBB380
Black with #BBB380
Text Example
Text Example
White with #BBB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB380; }
p { color: rgb(187,179,128); }
H1.HeaderClassName
{
color: #BBB380;
}
.AnyTagClassName
{
color: #BBB380;
}
</style>
background-color css
<style>
a { background-color: #BBB380; }
a { background-color: rgb(187,179,128); }
div.DivClassName
{
background-color: #BBB380;
}
.BgClassName
{
background-color: #BBB380;
}
</style>
border-color css
<style>
span { border-color: #BBB380; }
span { border-color: rgb(187,179,128); }
td.TdClassName
{
border-color: #BBB380;
}
.TagClassName
{
border-color: #BBB380;
}
</style>