Shades of Ecru #B7B07C
Tints of Ecru #B7B07C
RGB
CMYK
RGB Variations
Color information
#B7B07C (or 0xB7B07C) is known color: Ecru. HEX triplet: B7, B0 and 7C. RGB value is (183,176,124). Sum of RGB (Red+Green+Blue) = 183+176+124=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B07C is #484F83. Grayscale: #ACACAC. Windows color (decimal): -4738948 or 8171703. OLE color: 8171703.
HSL color Cylindrical-coordinate representation of color #B7B07C: hue angle of 52.88º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7B07C is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 124 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.28 |
| HSL | 52.88º | 0.29% | 0.6% | - |
| HSV(B) | 52.88º | 0.32% | 0.72% | - |
| XYZ | 38.69 | 42.57 | 25.25 | - |
| YUV | 172.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 124 | 0 | 0.04 | 0.32 | 0.28 | 52.88 | 0.29 | 0.6 |
| Hex | B7 | B0 | 7C | 0 | 4 | 20 | 1C | 35 | 1D | 3C |
| Octal | 267 | 260 | 174 | 0 | 4 | 40 | 34 | 65 | 35 | 74 |
| Binary | 10110111 | 10110000 | 1111100 | 0 | 100 | 100000 | 11100 | 110101 | 11101 | 111100 |
Color Harmonies of #B7B07C
Complementary color
Monochromatic Colors of #B7B07C
Black with #B7B07C
Text Example
Text Example
White with #B7B07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B07C; }
p { color: rgb(183,176,124); }
H1.HeaderClassName
{
color: #B7B07C;
}
.AnyTagClassName
{
color: #B7B07C;
}
</style>
background-color css
<style>
a { background-color: #B7B07C; }
a { background-color: rgb(183,176,124); }
div.DivClassName
{
background-color: #B7B07C;
}
.BgClassName
{
background-color: #B7B07C;
}
</style>
border-color css
<style>
span { border-color: #B7B07C; }
span { border-color: rgb(183,176,124); }
td.TdClassName
{
border-color: #B7B07C;
}
.TagClassName
{
border-color: #B7B07C;
}
</style>