#B59884

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

Shades of Pale Taupe #B59884

Tints of Pale Taupe #B59884

Color information

#B59884 (or 0xB59884) is unknown color: approx Pale Taupe. HEX triplet: B5, 98 and 84. RGB value is (181,152,132). Sum of RGB (Red+Green+Blue) = 181+152+132=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B59884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59884 is #4A677B. Grayscale: #9E9E9E. Windows color (decimal): -4876156 or 8689845. OLE color: 8689845.

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

Color convert

RGB181152132-
CMYK00.160.270.29
HSL24.49º24.87%61.37%-
HSV(B)24.49º27.07%70.98%-
XYZ34.4533.9526.57-
YUV158.39113.11144.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=38.92%
G=32.69%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115213200.160.270.2924.4924.8761.37
HexB598840101B1D18193d
Octal2652302040203335303175
Binary10110101100110001000010001000011011111011100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59884; }

 p { color: rgb(181,152,132); }

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

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

 a { background-color: rgb(181,152,132); }

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

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

 span { border-color: rgb(181,152,132); }

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