Shades of Ecru #BBB37F
Tints of Ecru #BBB37F
RGB
CMYK
RGB Variations
Color information
#BBB37F (or 0xBBB37F) is known color: Ecru. HEX triplet: BB, B3 and 7F. RGB value is (187,179,127). Sum of RGB (Red+Green+Blue) = 187+179+127=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB37F is #444C80. Grayscale: #AFAFAF. Windows color (decimal): -4476033 or 8369083. OLE color: 8369083.
HSL color Cylindrical-coordinate representation of color #BBB37F: hue angle of 52º degrees, saturation: 0.31, 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 #BBB37F is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 127 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.27 |
| HSL | 52º | 0.31% | 0.62% | - |
| HSV(B) | 52º | 0.32% | 0.73% | - |
| XYZ | 40.44 | 44.34 | 26.5 | - |
| YUV | 175.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 127 | 0 | 0.04 | 0.32 | 0.27 | 52 | 0.31 | 0.62 |
| Hex | BB | B3 | 7F | 0 | 4 | 20 | 1B | 34 | 1F | 3E |
| Octal | 273 | 263 | 177 | 0 | 4 | 40 | 33 | 64 | 37 | 76 |
| Binary | 10111011 | 10110011 | 1111111 | 0 | 100 | 100000 | 11011 | 110100 | 11111 | 111110 |
Color Harmonies of #BBB37F
Complementary color
Monochromatic Colors of #BBB37F
Black with #BBB37F
Text Example
Text Example
White with #BBB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB37F; }
p { color: rgb(187,179,127); }
H1.HeaderClassName
{
color: #BBB37F;
}
.AnyTagClassName
{
color: #BBB37F;
}
</style>
background-color css
<style>
a { background-color: #BBB37F; }
a { background-color: rgb(187,179,127); }
div.DivClassName
{
background-color: #BBB37F;
}
.BgClassName
{
background-color: #BBB37F;
}
</style>
border-color css
<style>
span { border-color: #BBB37F; }
span { border-color: rgb(187,179,127); }
td.TdClassName
{
border-color: #BBB37F;
}
.TagClassName
{
border-color: #BBB37F;
}
</style>