Shades of Ecru #B8B17C
Tints of Ecru #B8B17C
RGB
CMYK
RGB Variations
Color information
#B8B17C (or 0xB8B17C) is known color: Ecru. HEX triplet: B8, B1 and 7C. RGB value is (184,177,124). Sum of RGB (Red+Green+Blue) = 184+177+124=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B17C is #474E83. Grayscale: #ADADAD. Windows color (decimal): -4673156 or 8171960. OLE color: 8171960.
HSL color Cylindrical-coordinate representation of color #B8B17C: hue angle of 53º 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 #B8B17C is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 124 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.28 |
| HSL | 53º | 0.3% | 0.6% | - |
| HSV(B) | 53º | 0.33% | 0.72% | - |
| XYZ | 39.13 | 43.09 | 25.32 | - |
| YUV | 173.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 124 | 0 | 0.04 | 0.33 | 0.28 | 53 | 0.3 | 0.6 |
| Hex | B8 | B1 | 7C | 0 | 4 | 21 | 1C | 35 | 1E | 3C |
| Octal | 270 | 261 | 174 | 0 | 4 | 41 | 34 | 65 | 36 | 74 |
| Binary | 10111000 | 10110001 | 1111100 | 0 | 100 | 100001 | 11100 | 110101 | 11110 | 111100 |
Color Harmonies of #B8B17C
Complementary color
Monochromatic Colors of #B8B17C
Black with #B8B17C
Text Example
Text Example
White with #B8B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B17C; }
p { color: rgb(184,177,124); }
H1.HeaderClassName
{
color: #B8B17C;
}
.AnyTagClassName
{
color: #B8B17C;
}
</style>
background-color css
<style>
a { background-color: #B8B17C; }
a { background-color: rgb(184,177,124); }
div.DivClassName
{
background-color: #B8B17C;
}
.BgClassName
{
background-color: #B8B17C;
}
</style>
border-color css
<style>
span { border-color: #B8B17C; }
span { border-color: rgb(184,177,124); }
td.TdClassName
{
border-color: #B8B17C;
}
.TagClassName
{
border-color: #B8B17C;
}
</style>