#B0A18E

Color #B0A18E Malta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malta #B0A18E

Tints of Malta #B0A18E

Color information

#B0A18E (or 0xB0A18E) is unknown color: approx Malta. HEX triplet: B0, A1 and 8E. RGB value is (176,161,142). Sum of RGB (Red+Green+Blue) = 176+161+142=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A18E is #4F5E71. Grayscale: #A3A3A3. Windows color (decimal): -5201522 or 9347504. OLE color: 9347504.

HSL color Cylindrical-coordinate representation of color #B0A18E: hue angle of 33.53º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0A18E is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176161142-
CMYK00.090.190.31
HSL33.53º17.71%62.35%-
HSV(B)33.53º19.32%69.02%-
XYZ35.5336.6730.8-
YUV163.32115.97137.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=36.74%
G=33.61%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616114200.090.190.3133.5317.7162.35
HexB0A18E09131F22123e
Octal2602412160112337422276
Binary10110000101000011000111001001100111111110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A18E; }

 p { color: rgb(176,161,142); }

 H1.HeaderClassName
 {
   color: #B0A18E;
 }
 .AnyTagClassName
 {
   color: #B0A18E;
 }
</style>
background-color css

<style>
 a { background-color: #B0A18E; }

 a { background-color: rgb(176,161,142); }

 div.DivClassName
 {
   background-color: #B0A18E;
 }
 .BgClassName
 {
   background-color: #B0A18E;
 }
</style>
border-color css

<style>
 span { border-color: #B0A18E; }

 span { border-color: rgb(176,161,142); }

 td.TdClassName
 {
   border-color: #B0A18E;
 }
 .TagClassName
 {
   border-color: #B0A18E;
 }
</style>