#B59D88

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

Shades of Pale Taupe #B59D88

Tints of Pale Taupe #B59D88

Color information

#B59D88 (or 0xB59D88) is unknown color: approx Pale Taupe. HEX triplet: B5, 9D and 88. RGB value is (181,157,136). Sum of RGB (Red+Green+Blue) = 181+157+136=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59D88 is #4A6277. Grayscale: #A1A1A1. Windows color (decimal): -4874872 or 8953269. OLE color: 8953269.

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

Color convert

RGB181157136-
CMYK00.130.250.29
HSL28º23.32%62.16%-
HSV(B)28º24.86%70.98%-
XYZ35.5635.7228.31-
YUV161.78113.45141.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=38.19%
G=33.12%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115713600.130.250.292823.3262.16
HexB59D880D191D1c173e
Octal2652352100153135342776
Binary1011010110011101100010000110111001111011110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59D88; }

 p { color: rgb(181,157,136); }

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

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

 a { background-color: rgb(181,157,136); }

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

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

 span { border-color: rgb(181,157,136); }

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