Shades of Ecru #B7AC7A
Tints of Ecru #B7AC7A
RGB
CMYK
RGB Variations
Color information
#B7AC7A (or 0xB7AC7A) is known color: Ecru. HEX triplet: B7, AC and 7A. RGB value is (183,172,122). Sum of RGB (Red+Green+Blue) = 183+172+122=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AC7A is #485385. Grayscale: #A9A9A9. Windows color (decimal): -4739974 or 8039607. OLE color: 8039607.
HSL color Cylindrical-coordinate representation of color #B7AC7A: hue angle of 49.18º 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 #B7AC7A is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 172 | 122 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.28 |
| HSL | 49.18º | 0.3% | 0.6% | - |
| HSV(B) | 49.18º | 0.33% | 0.72% | - |
| XYZ | 37.79 | 40.98 | 24.33 | - |
| YUV | 169.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 122 | 0 | 0.06 | 0.33 | 0.28 | 49.18 | 0.3 | 0.6 |
| Hex | B7 | AC | 7A | 0 | 6 | 21 | 1C | 31 | 1E | 3C |
| Octal | 267 | 254 | 172 | 0 | 6 | 41 | 34 | 61 | 36 | 74 |
| Binary | 10110111 | 10101100 | 1111010 | 0 | 110 | 100001 | 11100 | 110001 | 11110 | 111100 |
Color Harmonies of #B7AC7A
Complementary color
Monochromatic Colors of #B7AC7A
Black with #B7AC7A
Text Example
Text Example
White with #B7AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AC7A; }
p { color: rgb(183,172,122); }
H1.HeaderClassName
{
color: #B7AC7A;
}
.AnyTagClassName
{
color: #B7AC7A;
}
</style>
background-color css
<style>
a { background-color: #B7AC7A; }
a { background-color: rgb(183,172,122); }
div.DivClassName
{
background-color: #B7AC7A;
}
.BgClassName
{
background-color: #B7AC7A;
}
</style>
border-color css
<style>
span { border-color: #B7AC7A; }
span { border-color: rgb(183,172,122); }
td.TdClassName
{
border-color: #B7AC7A;
}
.TagClassName
{
border-color: #B7AC7A;
}
</style>