#B59583

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

Shades of Pale Taupe #B59583

Tints of Pale Taupe #B59583

Color information

#B59583 (or 0xB59583) is unknown color: approx Pale Taupe. HEX triplet: B5, 95 and 83. RGB value is (181,149,131). Sum of RGB (Red+Green+Blue) = 181+149+131=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B59583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59583 is #4A6A7C. Grayscale: #9C9C9C. Windows color (decimal): -4876925 or 8623541. OLE color: 8623541.

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

Color convert

RGB181149131-
CMYK00.180.280.29
HSL21.6º25.25%61.18%-
HSV(B)21.6º27.62%70.98%-
XYZ33.932.9626.05-
YUV156.52113.6145.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 131 (51.56% from 255) = 28.42%
R=39.26%
G=32.32%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114913100.180.280.2921.625.2561.18
HexB595830121C1D16193d
Octal2652252030223435263175
Binary10110101100101011000001101001011100111011011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59583; }

 p { color: rgb(181,149,131); }

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

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

 a { background-color: rgb(181,149,131); }

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

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

 span { border-color: rgb(181,149,131); }

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