#B3A08B

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

Shades of Malta #B3A08B

Tints of Malta #B3A08B

Color information

#B3A08B (or 0xB3A08B) is unknown color: approx Malta. HEX triplet: B3, A0 and 8B. RGB value is (179,160,139). Sum of RGB (Red+Green+Blue) = 179+160+139=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A08B is #4C5F74. Grayscale: #A3A3A3. Windows color (decimal): -5005173 or 9150643. OLE color: 9150643.

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

Color convert

RGB179160139-
CMYK00.110.220.30
HSL31.5º20.83%62.35%-
HSV(B)31.5º22.35%70.2%-
XYZ35.8236.5929.6-
YUV163.29114.29139.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=37.45%
G=33.47%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916013900.110.220.3031.520.8362.35
HexB3A08B0B161E20153e
Octal2632402130132636402576
Binary10110011101000001000101101011101101111010000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A08B; }

 p { color: rgb(179,160,139); }

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

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

 a { background-color: rgb(179,160,139); }

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

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

 span { border-color: rgb(179,160,139); }

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