Shades of Ecru #B6B07C
Tints of Ecru #B6B07C
RGB
CMYK
RGB Variations
Color information
#B6B07C (or 0xB6B07C) is known color: Ecru. HEX triplet: B6, B0 and 7C. RGB value is (182,176,124). Sum of RGB (Red+Green+Blue) = 182+176+124=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B07C is #494F83. Grayscale: #ACACAC. Windows color (decimal): -4804484 or 8171702. OLE color: 8171702.
HSL color Cylindrical-coordinate representation of color #B6B07C: hue angle of 53.79º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6B07C is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 176 | 124 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.29 |
| HSL | 53.79º | 0.28% | 0.6% | - |
| HSV(B) | 53.79º | 0.32% | 0.71% | - |
| XYZ | 38.45 | 42.45 | 25.24 | - |
| YUV | 171.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 176 | 124 | 0 | 0.03 | 0.32 | 0.29 | 53.79 | 0.28 | 0.6 |
| Hex | B6 | B0 | 7C | 0 | 3 | 20 | 1D | 36 | 1C | 3C |
| Octal | 266 | 260 | 174 | 0 | 3 | 40 | 35 | 66 | 34 | 74 |
| Binary | 10110110 | 10110000 | 1111100 | 0 | 11 | 100000 | 11101 | 110110 | 11100 | 111100 |
Color Harmonies of #B6B07C
Complementary color
Monochromatic Colors of #B6B07C
Black with #B6B07C
Text Example
Text Example
White with #B6B07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B07C; }
p { color: rgb(182,176,124); }
H1.HeaderClassName
{
color: #B6B07C;
}
.AnyTagClassName
{
color: #B6B07C;
}
</style>
background-color css
<style>
a { background-color: #B6B07C; }
a { background-color: rgb(182,176,124); }
div.DivClassName
{
background-color: #B6B07C;
}
.BgClassName
{
background-color: #B6B07C;
}
</style>
border-color css
<style>
span { border-color: #B6B07C; }
span { border-color: rgb(182,176,124); }
td.TdClassName
{
border-color: #B6B07C;
}
.TagClassName
{
border-color: #B6B07C;
}
</style>