Shades of Ecru #B9B27A
Tints of Ecru #B9B27A
RGB
CMYK
RGB Variations
Color information
#B9B27A (or 0xB9B27A) is known color: Ecru. HEX triplet: B9, B2 and 7A. RGB value is (185,178,122). Sum of RGB (Red+Green+Blue) = 185+178+122=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B27A is #464D85. Grayscale: #ADADAD. Windows color (decimal): -4607366 or 8041145. OLE color: 8041145.
HSL color Cylindrical-coordinate representation of color #B9B27A: hue angle of 53.33º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9B27A is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 178 | 122 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.27 |
| HSL | 53.33º | 0.31% | 0.6% | - |
| HSV(B) | 53.33º | 0.34% | 0.73% | - |
| XYZ | 39.44 | 43.56 | 24.74 | - |
| YUV | 173.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 178 | 122 | 0 | 0.04 | 0.34 | 0.27 | 53.33 | 0.31 | 0.6 |
| Hex | B9 | B2 | 7A | 0 | 4 | 22 | 1B | 35 | 1F | 3C |
| Octal | 271 | 262 | 172 | 0 | 4 | 42 | 33 | 65 | 37 | 74 |
| Binary | 10111001 | 10110010 | 1111010 | 0 | 100 | 100010 | 11011 | 110101 | 11111 | 111100 |
Color Harmonies of #B9B27A
Complementary color
Monochromatic Colors of #B9B27A
Black with #B9B27A
Text Example
Text Example
White with #B9B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B27A; }
p { color: rgb(185,178,122); }
H1.HeaderClassName
{
color: #B9B27A;
}
.AnyTagClassName
{
color: #B9B27A;
}
</style>
background-color css
<style>
a { background-color: #B9B27A; }
a { background-color: rgb(185,178,122); }
div.DivClassName
{
background-color: #B9B27A;
}
.BgClassName
{
background-color: #B9B27A;
}
</style>
border-color css
<style>
span { border-color: #B9B27A; }
span { border-color: rgb(185,178,122); }
td.TdClassName
{
border-color: #B9B27A;
}
.TagClassName
{
border-color: #B9B27A;
}
</style>