#B0A18B

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

Shades of Malta #B0A18B

Tints of Malta #B0A18B

Color information

#B0A18B (or 0xB0A18B) is unknown color: approx Malta. HEX triplet: B0, A1 and 8B. RGB value is (176,161,139). Sum of RGB (Red+Green+Blue) = 176+161+139=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A18B is #4F5E74. Grayscale: #A3A3A3. Windows color (decimal): -5201525 or 9150896. OLE color: 9150896.

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

Color convert

RGB176161139-
CMYK00.090.210.31
HSL35.68º18.97%61.76%-
HSV(B)35.68º21.02%69.02%-
XYZ35.3136.5829.63-
YUV162.98114.47137.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=36.97%
G=33.82%
B=29.20%

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
Decimal17616113900.090.210.3135.6818.9761.76
HexB0A18B09151F24133e
Octal2602412130112537442376
Binary10110000101000011000101101001101011111110010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A18B; }

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

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

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

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

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

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

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

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