#B1A08C

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

Shades of Malta #B1A08C

Tints of Malta #B1A08C

Color information

#B1A08C (or 0xB1A08C) is unknown color: approx Malta. HEX triplet: B1, A0 and 8C. RGB value is (177,160,140). Sum of RGB (Red+Green+Blue) = 177+160+140=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A08C is #4E5F73. Grayscale: #A2A2A2. Windows color (decimal): -5136244 or 9216177. OLE color: 9216177.

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

Color convert

RGB177160140-
CMYK00.100.210.31
HSL32.43º19.17%62.16%-
HSV(B)32.43º20.9%69.41%-
XYZ35.4436.3829.97-
YUV162.8115.13138.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=37.11%
G=33.54%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716014000.100.210.3132.4319.1762.16
HexB1A08C0A151F20133e
Octal2612402140122537402376
Binary10110001101000001000110001010101011111110000010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A08C; }

 p { color: rgb(177,160,140); }

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

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

 a { background-color: rgb(177,160,140); }

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

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

 span { border-color: rgb(177,160,140); }

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