Shades of Malta #B09D8A
Tints of Malta #B09D8A
RGB
CMYK
RGB Variations
Color information
#B09D8A (or 0xB09D8A) is known color: Malta. HEX triplet: B0, 9D and 8A. RGB value is (176,157,138). Sum of RGB (Red+Green+Blue) = 176+157+138=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D8A is #4F6275. Grayscale: #A0A0A0. Windows color (decimal): -5202550 or 9084336. OLE color: 9084336.
HSL color Cylindrical-coordinate representation of color #B09D8A: hue angle of 30º 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 #B09D8A is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 138 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.31 |
| HSL | 30º | 0.19% | 0.62% | - |
| HSV(B) | 30º | 0.22% | 0.69% | - |
| XYZ | 34.55 | 35.18 | 29.01 | - |
| YUV | 160.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 138 | 0 | 0.11 | 0.22 | 0.31 | 30 | 0.19 | 0.62 |
| Hex | B0 | 9D | 8A | 0 | B | 16 | 1F | 1E | 13 | 3E |
| Octal | 260 | 235 | 212 | 0 | 13 | 26 | 37 | 36 | 23 | 76 |
| Binary | 10110000 | 10011101 | 10001010 | 0 | 1011 | 10110 | 11111 | 11110 | 10011 | 111110 |
Color Harmonies of #B09D8A
Complementary color
Monochromatic Colors of #B09D8A
Black with #B09D8A
Text Example
Text Example
White with #B09D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D8A; }
p { color: rgb(176,157,138); }
H1.HeaderClassName
{
color: #B09D8A;
}
.AnyTagClassName
{
color: #B09D8A;
}
</style>
background-color css
<style>
a { background-color: #B09D8A; }
a { background-color: rgb(176,157,138); }
div.DivClassName
{
background-color: #B09D8A;
}
.BgClassName
{
background-color: #B09D8A;
}
</style>
border-color css
<style>
span { border-color: #B09D8A; }
span { border-color: rgb(176,157,138); }
td.TdClassName
{
border-color: #B09D8A;
}
.TagClassName
{
border-color: #B09D8A;
}
</style>