#B59780

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

Shades of Pale Taupe #B59780

Tints of Pale Taupe #B59780

Color information

#B59780 (or 0xB59780) is unknown color: approx Pale Taupe. HEX triplet: B5, 97 and 80. RGB value is (181,151,128). Sum of RGB (Red+Green+Blue) = 181+151+128=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B59780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59780 is #4A687F. Grayscale: #9D9D9D. Windows color (decimal): -4876416 or 8427445. OLE color: 8427445.

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

Color convert

RGB181151128-
CMYK00.170.290.29
HSL26.04º26.37%60.59%-
HSV(B)26.04º29.28%70.98%-
XYZ34.0233.5225.1-
YUV157.35111.44144.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=39.35%
G=32.83%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115112800.170.290.2926.0426.3760.59
HexB597800111D1D1a1a3d
Octal2652272000213535323275
Binary10110101100101111000000001000111101111011101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59780; }

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

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

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

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

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

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

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

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