Shades of Ecru #B7B27C
Tints of Ecru #B7B27C
RGB
CMYK
RGB Variations
Color information
#B7B27C (or 0xB7B27C) is known color: Ecru. HEX triplet: B7, B2 and 7C. RGB value is (183,178,124). Sum of RGB (Red+Green+Blue) = 183+178+124=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B27C is #484D83. Grayscale: #ADADAD. Windows color (decimal): -4738436 or 8172215. OLE color: 8172215.
HSL color Cylindrical-coordinate representation of color #B7B27C: hue angle of 54.92º 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 #B7B27C is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 124 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.28 |
| HSL | 54.92º | 0.29% | 0.6% | - |
| HSV(B) | 54.92º | 0.32% | 0.72% | - |
| XYZ | 39.09 | 43.36 | 25.38 | - |
| YUV | 173.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 124 | 0 | 0.03 | 0.32 | 0.28 | 54.92 | 0.29 | 0.6 |
| Hex | B7 | B2 | 7C | 0 | 3 | 20 | 1C | 37 | 1D | 3C |
| Octal | 267 | 262 | 174 | 0 | 3 | 40 | 34 | 67 | 35 | 74 |
| Binary | 10110111 | 10110010 | 1111100 | 0 | 11 | 100000 | 11100 | 110111 | 11101 | 111100 |
Color Harmonies of #B7B27C
Complementary color
Monochromatic Colors of #B7B27C
Black with #B7B27C
Text Example
Text Example
White with #B7B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B27C; }
p { color: rgb(183,178,124); }
H1.HeaderClassName
{
color: #B7B27C;
}
.AnyTagClassName
{
color: #B7B27C;
}
</style>
background-color css
<style>
a { background-color: #B7B27C; }
a { background-color: rgb(183,178,124); }
div.DivClassName
{
background-color: #B7B27C;
}
.BgClassName
{
background-color: #B7B27C;
}
</style>
border-color css
<style>
span { border-color: #B7B27C; }
span { border-color: rgb(183,178,124); }
td.TdClassName
{
border-color: #B7B27C;
}
.TagClassName
{
border-color: #B7B27C;
}
</style>