Shades of Ecru #BBB07D
Tints of Ecru #BBB07D
RGB
CMYK
RGB Variations
Color information
#BBB07D (or 0xBBB07D) is known color: Ecru. HEX triplet: BB, B0 and 7D. RGB value is (187,176,125). Sum of RGB (Red+Green+Blue) = 187+176+125=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB07D is #444F82. Grayscale: #ADADAD. Windows color (decimal): -4476803 or 8237243. OLE color: 8237243.
HSL color Cylindrical-coordinate representation of color #BBB07D: hue angle of 49.35º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBB07D is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 125 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.27 |
| HSL | 49.35º | 0.31% | 0.61% | - |
| HSV(B) | 49.35º | 0.33% | 0.73% | - |
| XYZ | 39.72 | 43.1 | 25.63 | - |
| YUV | 173.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 125 | 0 | 0.06 | 0.33 | 0.27 | 49.35 | 0.31 | 0.61 |
| Hex | BB | B0 | 7D | 0 | 6 | 21 | 1B | 31 | 1F | 3D |
| Octal | 273 | 260 | 175 | 0 | 6 | 41 | 33 | 61 | 37 | 75 |
| Binary | 10111011 | 10110000 | 1111101 | 0 | 110 | 100001 | 11011 | 110001 | 11111 | 111101 |
Color Harmonies of #BBB07D
Complementary color
Monochromatic Colors of #BBB07D
Black with #BBB07D
Text Example
Text Example
White with #BBB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB07D; }
p { color: rgb(187,176,125); }
H1.HeaderClassName
{
color: #BBB07D;
}
.AnyTagClassName
{
color: #BBB07D;
}
</style>
background-color css
<style>
a { background-color: #BBB07D; }
a { background-color: rgb(187,176,125); }
div.DivClassName
{
background-color: #BBB07D;
}
.BgClassName
{
background-color: #BBB07D;
}
</style>
border-color css
<style>
span { border-color: #BBB07D; }
span { border-color: rgb(187,176,125); }
td.TdClassName
{
border-color: #BBB07D;
}
.TagClassName
{
border-color: #BBB07D;
}
</style>