#B0A08E

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

Shades of Malta #B0A08E

Tints of Malta #B0A08E

Color information

#B0A08E (or 0xB0A08E) is unknown color: approx Malta. HEX triplet: B0, A0 and 8E. RGB value is (176,160,142). Sum of RGB (Red+Green+Blue) = 176+160+142=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A08E is #4F5F71. Grayscale: #A2A2A2. Windows color (decimal): -5201778 or 9347248. OLE color: 9347248.

HSL color Cylindrical-coordinate representation of color #B0A08E: hue angle of 31.76º 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 #B0A08E is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176160142-
CMYK00.090.190.31
HSL31.76º17.71%62.35%-
HSV(B)31.76º19.32%69.02%-
XYZ35.3636.3230.74-
YUV162.73116.3137.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=36.82%
G=33.47%
B=29.71%

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
Decimal17616014200.090.190.3131.7617.7162.35
HexB0A08E09131F20123e
Octal2602402160112337402276
Binary10110000101000001000111001001100111111110000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A08E; }

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

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

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

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

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

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

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

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