Shades of Ecru #B7B07B
Tints of Ecru #B7B07B
RGB
CMYK
RGB Variations
Color information
#B7B07B (or 0xB7B07B) is known color: Ecru. HEX triplet: B7, B0 and 7B. RGB value is (183,176,123). Sum of RGB (Red+Green+Blue) = 183+176+123=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B07B is #484F84. Grayscale: #ACACAC. Windows color (decimal): -4738949 or 8106167. OLE color: 8106167.
HSL color Cylindrical-coordinate representation of color #B7B07B: hue angle of 53º degrees, saturation: 0.29, 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 #B7B07B is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 123 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.28 |
| HSL | 53º | 0.29% | 0.6% | - |
| HSV(B) | 53º | 0.33% | 0.72% | - |
| XYZ | 38.63 | 42.55 | 24.92 | - |
| YUV | 172.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 123 | 0 | 0.04 | 0.33 | 0.28 | 53 | 0.29 | 0.6 |
| Hex | B7 | B0 | 7B | 0 | 4 | 21 | 1C | 35 | 1D | 3C |
| Octal | 267 | 260 | 173 | 0 | 4 | 41 | 34 | 65 | 35 | 74 |
| Binary | 10110111 | 10110000 | 1111011 | 0 | 100 | 100001 | 11100 | 110101 | 11101 | 111100 |
Color Harmonies of #B7B07B
Complementary color
Monochromatic Colors of #B7B07B
Black with #B7B07B
Text Example
Text Example
White with #B7B07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B07B; }
p { color: rgb(183,176,123); }
H1.HeaderClassName
{
color: #B7B07B;
}
.AnyTagClassName
{
color: #B7B07B;
}
</style>
background-color css
<style>
a { background-color: #B7B07B; }
a { background-color: rgb(183,176,123); }
div.DivClassName
{
background-color: #B7B07B;
}
.BgClassName
{
background-color: #B7B07B;
}
</style>
border-color css
<style>
span { border-color: #B7B07B; }
span { border-color: rgb(183,176,123); }
td.TdClassName
{
border-color: #B7B07B;
}
.TagClassName
{
border-color: #B7B07B;
}
</style>