Shades of Malta #B0A08B
Tints of Malta #B0A08B
RGB
CMYK
RGB Variations
Color information
#B0A08B (or 0xB0A08B) is known color: Malta. HEX triplet: B0, A0 and 8B. RGB value is (176,160,139). Sum of RGB (Red+Green+Blue) = 176+160+139=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A08B is #4F5F74. Grayscale: #A2A2A2. Windows color (decimal): -5201781 or 9150640. OLE color: 9150640.
HSL color Cylindrical-coordinate representation of color #B0A08B: hue angle of 34.05º 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 #B0A08B is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 139 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.31 |
| HSL | 34.05º | 0.19% | 0.62% | - |
| HSV(B) | 34.05º | 0.21% | 0.69% | - |
| XYZ | 35.14 | 36.24 | 29.57 | - |
| YUV | 162.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 139 | 0 | 0.09 | 0.21 | 0.31 | 34.05 | 0.19 | 0.62 |
| Hex | B0 | A0 | 8B | 0 | 9 | 15 | 1F | 22 | 13 | 3E |
| Octal | 260 | 240 | 213 | 0 | 11 | 25 | 37 | 42 | 23 | 76 |
| Binary | 10110000 | 10100000 | 10001011 | 0 | 1001 | 10101 | 11111 | 100010 | 10011 | 111110 |
Color Harmonies of #B0A08B
Complementary color
Monochromatic Colors of #B0A08B
Black with #B0A08B
Text Example
Text Example
White with #B0A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A08B; }
p { color: rgb(176,160,139); }
H1.HeaderClassName
{
color: #B0A08B;
}
.AnyTagClassName
{
color: #B0A08B;
}
</style>
background-color css
<style>
a { background-color: #B0A08B; }
a { background-color: rgb(176,160,139); }
div.DivClassName
{
background-color: #B0A08B;
}
.BgClassName
{
background-color: #B0A08B;
}
</style>
border-color css
<style>
span { border-color: #B0A08B; }
span { border-color: rgb(176,160,139); }
td.TdClassName
{
border-color: #B0A08B;
}
.TagClassName
{
border-color: #B0A08B;
}
</style>