#B59B7E

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

Shades of Pale Taupe #B59B7E

Tints of Pale Taupe #B59B7E

Color information

#B59B7E (or 0xB59B7E) is unknown color: approx Pale Taupe. HEX triplet: B5, 9B and 7E. RGB value is (181,155,126). Sum of RGB (Red+Green+Blue) = 181+155+126=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B7E is #4A6481. Grayscale: #9F9F9F. Windows color (decimal): -4875394 or 8297397. OLE color: 8297397.

HSL color Cylindrical-coordinate representation of color #B59B7E: hue angle of 31.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59B7E is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181155126-
CMYK00.140.300.29
HSL31.64º27.09%60.2%-
HSV(B)31.64º30.39%70.98%-
XYZ34.5434.7724.63-
YUV159.47109.11143.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=39.18%
G=33.55%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115512600.140.300.2931.6427.0960.2
HexB59B7E0E1E1D201b3c
Octal2652331760163635403374
Binary1011010110011011111111001110111101110110000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B7E; }

 p { color: rgb(181,155,126); }

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

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

 a { background-color: rgb(181,155,126); }

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

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

 span { border-color: rgb(181,155,126); }

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