#B59980

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

Shades of Pale Taupe #B59980

Tints of Pale Taupe #B59980

Color information

#B59980 (or 0xB59980) is unknown color: approx Pale Taupe. HEX triplet: B5, 99 and 80. RGB value is (181,153,128). Sum of RGB (Red+Green+Blue) = 181+153+128=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B59980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59980 is #4A667F. Grayscale: #9E9E9E. Windows color (decimal): -4875904 or 8427957. OLE color: 8427957.

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

Color convert

RGB181153128-
CMYK00.150.290.29
HSL28.3º26.37%60.59%-
HSV(B)28.3º29.28%70.98%-
XYZ34.3434.1625.21-
YUV158.52110.78144.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=39.18%
G=33.12%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115312800.150.290.2928.326.3760.59
HexB599800F1D1D1c1a3d
Octal2652312000173535343275
Binary1011010110011001100000000111111101111011110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59980; }

 p { color: rgb(181,153,128); }

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

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

 a { background-color: rgb(181,153,128); }

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

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

 span { border-color: rgb(181,153,128); }

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