#B59A86

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

Shades of Pale Taupe #B59A86

Tints of Pale Taupe #B59A86

Color information

#B59A86 (or 0xB59A86) is unknown color: approx Pale Taupe. HEX triplet: B5, 9A and 86. RGB value is (181,154,134). Sum of RGB (Red+Green+Blue) = 181+154+134=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A86 is #4A6579. Grayscale: #9F9F9F. Windows color (decimal): -4875642 or 8821429. OLE color: 8821429.

HSL color Cylindrical-coordinate representation of color #B59A86: hue angle of 25.53º 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 #B59A86 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB181154134-
CMYK00.150.260.29
HSL25.53º24.1%61.76%-
HSV(B)25.53º25.97%70.98%-
XYZ34.9134.6627.4-
YUV159.79113.45143.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=38.59%
G=32.84%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115413400.150.260.2925.5324.161.76
HexB59A860F1A1D1a183e
Octal2652322060173235323076
Binary1011010110011010100001100111111010111011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A86; }

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

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

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

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

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

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

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

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