#B59D7E

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

Shades of Pale Taupe #B59D7E

Tints of Pale Taupe #B59D7E

Color information

#B59D7E (or 0xB59D7E) is unknown color: approx Pale Taupe. HEX triplet: B5, 9D and 7E. RGB value is (181,157,126). Sum of RGB (Red+Green+Blue) = 181+157+126=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59D7E is #4A6281. Grayscale: #A0A0A0. Windows color (decimal): -4874882 or 8297909. OLE color: 8297909.

HSL color Cylindrical-coordinate representation of color #B59D7E: hue angle of 33.82º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59D7E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181157126-
CMYK00.130.300.29
HSL33.82º27.09%60.2%-
HSV(B)33.82º30.39%70.98%-
XYZ34.8835.4424.74-
YUV160.64108.45142.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 126 (49.61% from 255) = 27.16%
R=39.01%
G=33.84%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115712600.130.300.2933.8227.0960.2
HexB59D7E0D1E1D221b3c
Octal2652351760153635423374
Binary1011010110011101111111001101111101110110001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59D7E; }

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

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

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

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

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

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

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

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