Shades of Ecru #B8AB7B
Tints of Ecru #B8AB7B
RGB
CMYK
RGB Variations
Color information
#B8AB7B (or 0xB8AB7B) is known color: Ecru. HEX triplet: B8, AB and 7B. RGB value is (184,171,123). Sum of RGB (Red+Green+Blue) = 184+171+123=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB7B is #475484. Grayscale: #A9A9A9. Windows color (decimal): -4674693 or 8104888. OLE color: 8104888.
HSL color Cylindrical-coordinate representation of color #B8AB7B: hue angle of 47.21º 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 #B8AB7B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 123 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.28 |
| HSL | 47.21º | 0.3% | 0.6% | - |
| HSV(B) | 47.21º | 0.33% | 0.72% | - |
| XYZ | 37.91 | 40.75 | 24.61 | - |
| YUV | 169.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 123 | 0 | 0.07 | 0.33 | 0.28 | 47.21 | 0.3 | 0.6 |
| Hex | B8 | AB | 7B | 0 | 7 | 21 | 1C | 2F | 1E | 3C |
| Octal | 270 | 253 | 173 | 0 | 7 | 41 | 34 | 57 | 36 | 74 |
| Binary | 10111000 | 10101011 | 1111011 | 0 | 111 | 100001 | 11100 | 101111 | 11110 | 111100 |
Color Harmonies of #B8AB7B
Complementary color
Monochromatic Colors of #B8AB7B
Black with #B8AB7B
Text Example
Text Example
White with #B8AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB7B; }
p { color: rgb(184,171,123); }
H1.HeaderClassName
{
color: #B8AB7B;
}
.AnyTagClassName
{
color: #B8AB7B;
}
</style>
background-color css
<style>
a { background-color: #B8AB7B; }
a { background-color: rgb(184,171,123); }
div.DivClassName
{
background-color: #B8AB7B;
}
.BgClassName
{
background-color: #B8AB7B;
}
</style>
border-color css
<style>
span { border-color: #B8AB7B; }
span { border-color: rgb(184,171,123); }
td.TdClassName
{
border-color: #B8AB7B;
}
.TagClassName
{
border-color: #B8AB7B;
}
</style>