Shades of Ecru #BBB379
Tints of Ecru #BBB379
RGB
CMYK
RGB Variations
Color information
#BBB379 (or 0xBBB379) is known color: Ecru. HEX triplet: BB, B3 and 79. RGB value is (187,179,121). Sum of RGB (Red+Green+Blue) = 187+179+121=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB379 is #444C86. Grayscale: #AFAFAF. Windows color (decimal): -4476039 or 7975867. OLE color: 7975867.
HSL color Cylindrical-coordinate representation of color #BBB379: hue angle of 52.73º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBB379 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 121 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.27 |
| HSL | 52.73º | 0.33% | 0.6% | - |
| HSV(B) | 52.73º | 0.35% | 0.73% | - |
| XYZ | 40.06 | 44.19 | 24.51 | - |
| YUV | 174.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 121 | 0 | 0.04 | 0.35 | 0.27 | 52.73 | 0.33 | 0.6 |
| Hex | BB | B3 | 79 | 0 | 4 | 23 | 1B | 35 | 21 | 3C |
| Octal | 273 | 263 | 171 | 0 | 4 | 43 | 33 | 65 | 41 | 74 |
| Binary | 10111011 | 10110011 | 1111001 | 0 | 100 | 100011 | 11011 | 110101 | 100001 | 111100 |
Color Harmonies of #BBB379
Complementary color
Monochromatic Colors of #BBB379
Black with #BBB379
Text Example
Text Example
White with #BBB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB379; }
p { color: rgb(187,179,121); }
H1.HeaderClassName
{
color: #BBB379;
}
.AnyTagClassName
{
color: #BBB379;
}
</style>
background-color css
<style>
a { background-color: #BBB379; }
a { background-color: rgb(187,179,121); }
div.DivClassName
{
background-color: #BBB379;
}
.BgClassName
{
background-color: #BBB379;
}
</style>
border-color css
<style>
span { border-color: #BBB379; }
span { border-color: rgb(187,179,121); }
td.TdClassName
{
border-color: #BBB379;
}
.TagClassName
{
border-color: #BBB379;
}
</style>