#B5A088

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

Shades of Pale Taupe #B5A088

Tints of Pale Taupe #B5A088

Color information

#B5A088 (or 0xB5A088) is unknown color: approx Pale Taupe. HEX triplet: B5, A0 and 88. RGB value is (181,160,136). Sum of RGB (Red+Green+Blue) = 181+160+136=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A088 is #4A5F77. Grayscale: #A3A3A3. Windows color (decimal): -4874104 or 8954037. OLE color: 8954037.

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

Color convert

RGB181160136-
CMYK00.120.250.29
HSL32º23.32%62.16%-
HSV(B)32º24.86%70.98%-
XYZ36.0736.7428.48-
YUV163.54112.46140.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=37.95%
G=33.54%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116013600.120.250.293223.3262.16
HexB5A0880C191D20173e
Octal2652402100143135402776
Binary10110101101000001000100001100110011110110000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A088; }

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

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

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

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

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

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

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

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