#B59C87

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

Shades of Pale Taupe #B59C87

Tints of Pale Taupe #B59C87

Color information

#B59C87 (or 0xB59C87) is unknown color: approx Pale Taupe. HEX triplet: B5, 9C and 87. RGB value is (181,156,135). Sum of RGB (Red+Green+Blue) = 181+156+135=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C87 is #4A6378. Grayscale: #A1A1A1. Windows color (decimal): -4875129 or 8887477. OLE color: 8887477.

HSL color Cylindrical-coordinate representation of color #B59C87: hue angle of 27.39º degrees, saturation: 0.24, 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 #B59C87 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181156135-
CMYK00.140.250.29
HSL27.39º23.71%61.96%-
HSV(B)27.39º25.41%70.98%-
XYZ35.3235.3527.88-
YUV161.08113.28142.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=38.35%
G=33.05%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115613500.140.250.2927.3923.7161.96
HexB59C870E191D1b183e
Octal2652342070163135333076
Binary1011010110011100100001110111011001111011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C87; }

 p { color: rgb(181,156,135); }

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

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

 a { background-color: rgb(181,156,135); }

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

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

 span { border-color: rgb(181,156,135); }

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