Shades of Malta #B19F8A
Tints of Malta #B19F8A
RGB
CMYK
RGB Variations
Color information
#B19F8A (or 0xB19F8A) is known color: Malta. HEX triplet: B1, 9F and 8A. RGB value is (177,159,138). Sum of RGB (Red+Green+Blue) = 177+159+138=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F8A is #4E6075. Grayscale: #A2A2A2. Windows color (decimal): -5136502 or 9084849. OLE color: 9084849.
HSL color Cylindrical-coordinate representation of color #B19F8A: hue angle of 32.31º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B19F8A is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 138 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.31 |
| HSL | 32.31º | 0.2% | 0.62% | - |
| HSV(B) | 32.31º | 0.22% | 0.69% | - |
| XYZ | 35.12 | 35.98 | 29.14 | - |
| YUV | 161.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 138 | 0 | 0.10 | 0.22 | 0.31 | 32.31 | 0.2 | 0.62 |
| Hex | B1 | 9F | 8A | 0 | A | 16 | 1F | 20 | 14 | 3E |
| Octal | 261 | 237 | 212 | 0 | 12 | 26 | 37 | 40 | 24 | 76 |
| Binary | 10110001 | 10011111 | 10001010 | 0 | 1010 | 10110 | 11111 | 100000 | 10100 | 111110 |
Color Harmonies of #B19F8A
Complementary color
Monochromatic Colors of #B19F8A
Black with #B19F8A
Text Example
Text Example
White with #B19F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F8A; }
p { color: rgb(177,159,138); }
H1.HeaderClassName
{
color: #B19F8A;
}
.AnyTagClassName
{
color: #B19F8A;
}
</style>
background-color css
<style>
a { background-color: #B19F8A; }
a { background-color: rgb(177,159,138); }
div.DivClassName
{
background-color: #B19F8A;
}
.BgClassName
{
background-color: #B19F8A;
}
</style>
border-color css
<style>
span { border-color: #B19F8A; }
span { border-color: rgb(177,159,138); }
td.TdClassName
{
border-color: #B19F8A;
}
.TagClassName
{
border-color: #B19F8A;
}
</style>