#B59D86

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

Shades of Pale Taupe #B59D86

Tints of Pale Taupe #B59D86

Color information

#B59D86 (or 0xB59D86) is unknown color: approx Pale Taupe. HEX triplet: B5, 9D and 86. RGB value is (181,157,134). Sum of RGB (Red+Green+Blue) = 181+157+134=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59D86 is #4A6279. Grayscale: #A1A1A1. Windows color (decimal): -4874874 or 8822197. OLE color: 8822197.

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

Color convert

RGB181157134-
CMYK00.130.260.29
HSL29.36º24.1%61.76%-
HSV(B)29.36º25.97%70.98%-
XYZ35.4235.6627.57-
YUV161.55112.45141.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=38.35%
G=33.26%
B=28.39%

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
Decimal18115713400.130.260.2929.3624.161.76
HexB59D860D1A1D1d183e
Octal2652352060153235353076
Binary1011010110011101100001100110111010111011110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59D86; }

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

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

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

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

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

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

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

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