Shades of Malta #B0A18A
Tints of Malta #B0A18A
RGB
CMYK
RGB Variations
Color information
#B0A18A (or 0xB0A18A) is known color: Malta. HEX triplet: B0, A1 and 8A. RGB value is (176,161,138). Sum of RGB (Red+Green+Blue) = 176+161+138=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A18A is #4F5E75. Grayscale: #A2A2A2. Windows color (decimal): -5201526 or 9085360. OLE color: 9085360.
HSL color Cylindrical-coordinate representation of color #B0A18A: hue angle of 36.32º degrees, saturation: 0.19, 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 #B0A18A is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 138 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.31 |
| HSL | 36.32º | 0.19% | 0.62% | - |
| HSV(B) | 36.32º | 0.22% | 0.69% | - |
| XYZ | 35.24 | 36.55 | 29.24 | - |
| YUV | 162.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 138 | 0 | 0.09 | 0.22 | 0.31 | 36.32 | 0.19 | 0.62 |
| Hex | B0 | A1 | 8A | 0 | 9 | 16 | 1F | 24 | 13 | 3E |
| Octal | 260 | 241 | 212 | 0 | 11 | 26 | 37 | 44 | 23 | 76 |
| Binary | 10110000 | 10100001 | 10001010 | 0 | 1001 | 10110 | 11111 | 100100 | 10011 | 111110 |
Color Harmonies of #B0A18A
Complementary color
Monochromatic Colors of #B0A18A
Black with #B0A18A
Text Example
Text Example
White with #B0A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A18A; }
p { color: rgb(176,161,138); }
H1.HeaderClassName
{
color: #B0A18A;
}
.AnyTagClassName
{
color: #B0A18A;
}
</style>
background-color css
<style>
a { background-color: #B0A18A; }
a { background-color: rgb(176,161,138); }
div.DivClassName
{
background-color: #B0A18A;
}
.BgClassName
{
background-color: #B0A18A;
}
</style>
border-color css
<style>
span { border-color: #B0A18A; }
span { border-color: rgb(176,161,138); }
td.TdClassName
{
border-color: #B0A18A;
}
.TagClassName
{
border-color: #B0A18A;
}
</style>