Shades of Malta #B09E8A
Tints of Malta #B09E8A
RGB
CMYK
RGB Variations
Color information
#B09E8A (or 0xB09E8A) is known color: Malta. HEX triplet: B0, 9E and 8A. RGB value is (176,158,138). Sum of RGB (Red+Green+Blue) = 176+158+138=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E8A is #4F6175. Grayscale: #A1A1A1. Windows color (decimal): -5202294 or 9084592. OLE color: 9084592.
HSL color Cylindrical-coordinate representation of color #B09E8A: hue angle of 31.58º 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 #B09E8A is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 138 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.31 |
| HSL | 31.58º | 0.19% | 0.62% | - |
| HSV(B) | 31.58º | 0.22% | 0.69% | - |
| XYZ | 34.72 | 35.52 | 29.07 | - |
| YUV | 161.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 138 | 0 | 0.10 | 0.22 | 0.31 | 31.58 | 0.19 | 0.62 |
| Hex | B0 | 9E | 8A | 0 | A | 16 | 1F | 20 | 13 | 3E |
| Octal | 260 | 236 | 212 | 0 | 12 | 26 | 37 | 40 | 23 | 76 |
| Binary | 10110000 | 10011110 | 10001010 | 0 | 1010 | 10110 | 11111 | 100000 | 10011 | 111110 |
Color Harmonies of #B09E8A
Complementary color
Monochromatic Colors of #B09E8A
Black with #B09E8A
Text Example
Text Example
White with #B09E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E8A; }
p { color: rgb(176,158,138); }
H1.HeaderClassName
{
color: #B09E8A;
}
.AnyTagClassName
{
color: #B09E8A;
}
</style>
background-color css
<style>
a { background-color: #B09E8A; }
a { background-color: rgb(176,158,138); }
div.DivClassName
{
background-color: #B09E8A;
}
.BgClassName
{
background-color: #B09E8A;
}
</style>
border-color css
<style>
span { border-color: #B09E8A; }
span { border-color: rgb(176,158,138); }
td.TdClassName
{
border-color: #B09E8A;
}
.TagClassName
{
border-color: #B09E8A;
}
</style>