Shades of Ecru #BBB47F
Tints of Ecru #BBB47F
RGB
CMYK
RGB Variations
Color information
#BBB47F (or 0xBBB47F) is known color: Ecru. HEX triplet: BB, B4 and 7F. RGB value is (187,180,127). Sum of RGB (Red+Green+Blue) = 187+180+127=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB47F is #444B80. Grayscale: #B0B0B0. Windows color (decimal): -4475777 or 8369339. OLE color: 8369339.
HSL color Cylindrical-coordinate representation of color #BBB47F: hue angle of 53º 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 #BBB47F is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 127 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.27 |
| HSL | 53º | 0.31% | 0.62% | - |
| HSV(B) | 53º | 0.32% | 0.73% | - |
| XYZ | 40.65 | 44.74 | 26.57 | - |
| YUV | 176.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 127 | 0 | 0.04 | 0.32 | 0.27 | 53 | 0.31 | 0.62 |
| Hex | BB | B4 | 7F | 0 | 4 | 20 | 1B | 35 | 1F | 3E |
| Octal | 273 | 264 | 177 | 0 | 4 | 40 | 33 | 65 | 37 | 76 |
| Binary | 10111011 | 10110100 | 1111111 | 0 | 100 | 100000 | 11011 | 110101 | 11111 | 111110 |
Color Harmonies of #BBB47F
Complementary color
Monochromatic Colors of #BBB47F
Black with #BBB47F
Text Example
Text Example
White with #BBB47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB47F; }
p { color: rgb(187,180,127); }
H1.HeaderClassName
{
color: #BBB47F;
}
.AnyTagClassName
{
color: #BBB47F;
}
</style>
background-color css
<style>
a { background-color: #BBB47F; }
a { background-color: rgb(187,180,127); }
div.DivClassName
{
background-color: #BBB47F;
}
.BgClassName
{
background-color: #BBB47F;
}
</style>
border-color css
<style>
span { border-color: #BBB47F; }
span { border-color: rgb(187,180,127); }
td.TdClassName
{
border-color: #BBB47F;
}
.TagClassName
{
border-color: #BBB47F;
}
</style>