Shades of Ecru #BBB07C
Tints of Ecru #BBB07C
RGB
CMYK
RGB Variations
Color information
#BBB07C (or 0xBBB07C) is known color: Ecru. HEX triplet: BB, B0 and 7C. RGB value is (187,176,124). Sum of RGB (Red+Green+Blue) = 187+176+124=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB07C is #444F83. Grayscale: #ADADAD. Windows color (decimal): -4476804 or 8171707. OLE color: 8171707.
HSL color Cylindrical-coordinate representation of color #BBB07C: hue angle of 49.52º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBB07C is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 124 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.27 |
| HSL | 49.52º | 0.32% | 0.61% | - |
| HSV(B) | 49.52º | 0.34% | 0.73% | - |
| XYZ | 39.66 | 43.07 | 25.29 | - |
| YUV | 173.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 124 | 0 | 0.06 | 0.34 | 0.27 | 49.52 | 0.32 | 0.61 |
| Hex | BB | B0 | 7C | 0 | 6 | 22 | 1B | 32 | 20 | 3D |
| Octal | 273 | 260 | 174 | 0 | 6 | 42 | 33 | 62 | 40 | 75 |
| Binary | 10111011 | 10110000 | 1111100 | 0 | 110 | 100010 | 11011 | 110010 | 100000 | 111101 |
Color Harmonies of #BBB07C
Complementary color
Monochromatic Colors of #BBB07C
Black with #BBB07C
Text Example
Text Example
White with #BBB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB07C; }
p { color: rgb(187,176,124); }
H1.HeaderClassName
{
color: #BBB07C;
}
.AnyTagClassName
{
color: #BBB07C;
}
</style>
background-color css
<style>
a { background-color: #BBB07C; }
a { background-color: rgb(187,176,124); }
div.DivClassName
{
background-color: #BBB07C;
}
.BgClassName
{
background-color: #BBB07C;
}
</style>
border-color css
<style>
span { border-color: #BBB07C; }
span { border-color: rgb(187,176,124); }
td.TdClassName
{
border-color: #BBB07C;
}
.TagClassName
{
border-color: #BBB07C;
}
</style>