#B5A089

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

Shades of Pale Taupe #B5A089

Tints of Pale Taupe #B5A089

Color information

#B5A089 (or 0xB5A089) is unknown color: approx Pale Taupe. HEX triplet: B5, A0 and 89. RGB value is (181,160,137). Sum of RGB (Red+Green+Blue) = 181+160+137=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A089 is #4A5F76. Grayscale: #A3A3A3. Windows color (decimal): -4874103 or 9019573. OLE color: 9019573.

HSL color Cylindrical-coordinate representation of color #B5A089: hue angle of 31.36º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5A089 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB181160137-
CMYK00.120.240.29
HSL31.36º22.92%62.35%-
HSV(B)31.36º24.31%70.98%-
XYZ36.1436.7728.86-
YUV163.66112.96140.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=37.87%
G=33.47%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116013700.120.240.2931.3622.9262.35
HexB5A0890C181D1f173e
Octal2652402110143035372776
Binary1011010110100000100010010110011000111011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A089; }

 p { color: rgb(181,160,137); }

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

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

 a { background-color: rgb(181,160,137); }

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

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

 span { border-color: rgb(181,160,137); }

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