#B29E8B

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

Shades of Malta #B29E8B

Tints of Malta #B29E8B

Color information

#B29E8B (or 0xB29E8B) is unknown color: approx Malta. HEX triplet: B2, 9E and 8B. RGB value is (178,158,139). Sum of RGB (Red+Green+Blue) = 178+158+139=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E8B is #4D6174. Grayscale: #A1A1A1. Windows color (decimal): -5071221 or 9150130. OLE color: 9150130.

HSL color Cylindrical-coordinate representation of color #B29E8B: hue angle of 29.23º degrees, saturation: 0.2, 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 #B29E8B is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178158139-
CMYK00.110.220.30
HSL29.23º20.21%62.16%-
HSV(B)29.23º21.91%69.8%-
XYZ35.2535.7829.48-
YUV161.81115.13139.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=37.47%
G=33.26%
B=29.26%

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
Decimal17815813900.110.220.3029.2320.2162.16
HexB29E8B0B161E1d143e
Octal2622362130132636352476
Binary1011001010011110100010110101110110111101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E8B; }

 p { color: rgb(178,158,139); }

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

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

 a { background-color: rgb(178,158,139); }

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

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

 span { border-color: rgb(178,158,139); }

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