#B59E86

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

Shades of Pale Taupe #B59E86

Tints of Pale Taupe #B59E86

Color information

#B59E86 (or 0xB59E86) is unknown color: approx Pale Taupe. HEX triplet: B5, 9E and 86. RGB value is (181,158,134). Sum of RGB (Red+Green+Blue) = 181+158+134=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59E86 is #4A6179. Grayscale: #A2A2A2. Windows color (decimal): -4874618 or 8822453. OLE color: 8822453.

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

Color convert

RGB181158134-
CMYK00.130.260.29
HSL30.64º24.1%61.76%-
HSV(B)30.64º25.97%70.98%-
XYZ35.593627.63-
YUV162.14112.12141.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=38.27%
G=33.40%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115813400.130.260.2930.6424.161.76
HexB59E860D1A1D1f183e
Octal2652362060153235373076
Binary1011010110011110100001100110111010111011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E86; }

 p { color: rgb(181,158,134); }

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

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

 a { background-color: rgb(181,158,134); }

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

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

 span { border-color: rgb(181,158,134); }

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