#B59582

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

Shades of Pale Taupe #B59582

Tints of Pale Taupe #B59582

Color information

#B59582 (or 0xB59582) is unknown color: approx Pale Taupe. HEX triplet: B5, 95 and 82. RGB value is (181,149,130). Sum of RGB (Red+Green+Blue) = 181+149+130=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B59582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59582 is #4A6A7D. Grayscale: #9C9C9C. Windows color (decimal): -4876926 or 8558005. OLE color: 8558005.

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

Color convert

RGB181149130-
CMYK00.180.280.29
HSL22.35º25.63%60.98%-
HSV(B)22.35º28.18%70.98%-
XYZ33.8332.9325.69-
YUV156.4113.1145.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=39.35%
G=32.39%
B=28.26%

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
Decimal18114913000.180.280.2922.3525.6360.98
HexB595820121C1D161a3d
Octal2652252020223435263275
Binary10110101100101011000001001001011100111011011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59582; }

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

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

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

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

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

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

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

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