#B59A82

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

Shades of Pale Taupe #B59A82

Tints of Pale Taupe #B59A82

Color information

#B59A82 (or 0xB59A82) is unknown color: approx Pale Taupe. HEX triplet: B5, 9A and 82. RGB value is (181,154,130). Sum of RGB (Red+Green+Blue) = 181+154+130=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A82 is #4A657D. Grayscale: #9F9F9F. Windows color (decimal): -4875646 or 8559285. OLE color: 8559285.

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

Color convert

RGB181154130-
CMYK00.150.280.29
HSL28.24º25.63%60.98%-
HSV(B)28.24º28.18%70.98%-
XYZ34.6434.5525.96-
YUV159.34111.45143.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=38.92%
G=33.12%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115413000.150.280.2928.2425.6360.98
HexB59A820F1C1D1c1a3d
Octal2652322020173435343275
Binary1011010110011010100000100111111100111011110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A82; }

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

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

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

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

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

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

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

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