Shades of Ecru #B7B07A
Tints of Ecru #B7B07A
RGB
CMYK
RGB Variations
Color information
#B7B07A (or 0xB7B07A) is known color: Ecru. HEX triplet: B7, B0 and 7A. RGB value is (183,176,122). Sum of RGB (Red+Green+Blue) = 183+176+122=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B07A is #484F85. Grayscale: #ACACAC. Windows color (decimal): -4738950 or 8040631. OLE color: 8040631.
HSL color Cylindrical-coordinate representation of color #B7B07A: hue angle of 53.11º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7B07A is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 122 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.28 |
| HSL | 53.11º | 0.3% | 0.6% | - |
| HSV(B) | 53.11º | 0.33% | 0.72% | - |
| XYZ | 38.57 | 42.52 | 24.59 | - |
| YUV | 171.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 122 | 0 | 0.04 | 0.33 | 0.28 | 53.11 | 0.3 | 0.6 |
| Hex | B7 | B0 | 7A | 0 | 4 | 21 | 1C | 35 | 1E | 3C |
| Octal | 267 | 260 | 172 | 0 | 4 | 41 | 34 | 65 | 36 | 74 |
| Binary | 10110111 | 10110000 | 1111010 | 0 | 100 | 100001 | 11100 | 110101 | 11110 | 111100 |
Color Harmonies of #B7B07A
Complementary color
Monochromatic Colors of #B7B07A
Black with #B7B07A
Text Example
Text Example
White with #B7B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B07A; }
p { color: rgb(183,176,122); }
H1.HeaderClassName
{
color: #B7B07A;
}
.AnyTagClassName
{
color: #B7B07A;
}
</style>
background-color css
<style>
a { background-color: #B7B07A; }
a { background-color: rgb(183,176,122); }
div.DivClassName
{
background-color: #B7B07A;
}
.BgClassName
{
background-color: #B7B07A;
}
</style>
border-color css
<style>
span { border-color: #B7B07A; }
span { border-color: rgb(183,176,122); }
td.TdClassName
{
border-color: #B7B07A;
}
.TagClassName
{
border-color: #B7B07A;
}
</style>