#B59785

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

Shades of Pale Taupe #B59785

Tints of Pale Taupe #B59785

Color information

#B59785 (or 0xB59785) is unknown color: approx Pale Taupe. HEX triplet: B5, 97 and 85. RGB value is (181,151,133). Sum of RGB (Red+Green+Blue) = 181+151+133=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B59785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59785 is #4A687A. Grayscale: #9E9E9E. Windows color (decimal): -4876411 or 8755125. OLE color: 8755125.

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

Color convert

RGB181151133-
CMYK00.170.270.29
HSL22.5º24.49%61.57%-
HSV(B)22.5º26.52%70.98%-
XYZ34.3633.6526.87-
YUV157.92113.94144.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=38.92%
G=32.47%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115113300.170.270.2922.524.4961.57
HexB597850111B1D17183e
Octal2652272050213335273076
Binary10110101100101111000010101000111011111011011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59785; }

 p { color: rgb(181,151,133); }

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

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

 a { background-color: rgb(181,151,133); }

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

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

 span { border-color: rgb(181,151,133); }

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