Shades of Malta #B19E8C
Tints of Malta #B19E8C
RGB
CMYK
RGB Variations
Color information
#B19E8C (or 0xB19E8C) is known color: Malta. HEX triplet: B1, 9E and 8C. RGB value is (177,158,140). Sum of RGB (Red+Green+Blue) = 177+158+140=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E8C is #4E6173. Grayscale: #A1A1A1. Windows color (decimal): -5136756 or 9215665. OLE color: 9215665.
HSL color Cylindrical-coordinate representation of color #B19E8C: hue angle of 29.19º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B19E8C is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 140 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.31 |
| HSL | 29.19º | 0.19% | 0.62% | - |
| HSV(B) | 29.19º | 0.21% | 0.69% | - |
| XYZ | 35.09 | 35.69 | 29.85 | - |
| YUV | 161.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 140 | 0 | 0.11 | 0.21 | 0.31 | 29.19 | 0.19 | 0.62 |
| Hex | B1 | 9E | 8C | 0 | B | 15 | 1F | 1D | 13 | 3E |
| Octal | 261 | 236 | 214 | 0 | 13 | 25 | 37 | 35 | 23 | 76 |
| Binary | 10110001 | 10011110 | 10001100 | 0 | 1011 | 10101 | 11111 | 11101 | 10011 | 111110 |
Color Harmonies of #B19E8C
Complementary color
Monochromatic Colors of #B19E8C
Black with #B19E8C
Text Example
Text Example
White with #B19E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E8C; }
p { color: rgb(177,158,140); }
H1.HeaderClassName
{
color: #B19E8C;
}
.AnyTagClassName
{
color: #B19E8C;
}
</style>
background-color css
<style>
a { background-color: #B19E8C; }
a { background-color: rgb(177,158,140); }
div.DivClassName
{
background-color: #B19E8C;
}
.BgClassName
{
background-color: #B19E8C;
}
</style>
border-color css
<style>
span { border-color: #B19E8C; }
span { border-color: rgb(177,158,140); }
td.TdClassName
{
border-color: #B19E8C;
}
.TagClassName
{
border-color: #B19E8C;
}
</style>