#B3A18C

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

Shades of Malta #B3A18C

Tints of Malta #B3A18C

Color information

#B3A18C (or 0xB3A18C) is unknown color: approx Malta. HEX triplet: B3, A1 and 8C. RGB value is (179,161,140). Sum of RGB (Red+Green+Blue) = 179+161+140=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A18C is #4C5E73. Grayscale: #A4A4A4. Windows color (decimal): -5004916 or 9216435. OLE color: 9216435.

HSL color Cylindrical-coordinate representation of color #B3A18C: hue angle of 32.31º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3A18C is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179161140-
CMYK00.100.220.30
HSL32.31º20.42%62.55%-
HSV(B)32.31º21.79%70.2%-
XYZ36.0736.9730.05-
YUV163.99114.46138.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=37.29%
G=33.54%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916114000.100.220.3032.3120.4262.55
HexB3A18C0A161E20143f
Octal2632412140122636402477
Binary10110011101000011000110001010101101111010000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A18C; }

 p { color: rgb(179,161,140); }

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

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

 a { background-color: rgb(179,161,140); }

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

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

 span { border-color: rgb(179,161,140); }

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