#B0A08B

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

Shades of Malta #B0A08B

Tints of Malta #B0A08B

Color information

#B0A08B (or 0xB0A08B) is unknown color: approx 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

RGB176160139-
CMYK00.090.210.31
HSL34.05º18.97%61.76%-
HSV(B)34.05º21.02%69.02%-
XYZ35.1436.2429.57-
YUV162.39114.8137.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=37.05%
G=33.68%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616013900.090.210.3134.0518.9761.76
HexB0A08B09151F22133e
Octal2602402130112537422376
Binary10110000101000001000101101001101011111110001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>