#B59F8B

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

Shades of Pale Taupe #B59F8B

Tints of Pale Taupe #B59F8B

Color information

#B59F8B (or 0xB59F8B) is unknown color: approx Pale Taupe. HEX triplet: B5, 9F and 8B. RGB value is (181,159,139). Sum of RGB (Red+Green+Blue) = 181+159+139=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F8B is #4A6074. Grayscale: #A3A3A3. Windows color (decimal): -4874357 or 9150389. OLE color: 9150389.

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

Color convert

RGB181159139-
CMYK00.120.230.29
HSL28.57º22.11%62.75%-
HSV(B)28.57º23.2%70.98%-
XYZ36.1136.4829.56-
YUV163.3114.29140.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=37.79%
G=33.19%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115913900.120.230.2928.5722.1162.75
HexB59F8B0C171D1d163f
Octal2652372130142735352677
Binary1011010110011111100010110110010111111011110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F8B; }

 p { color: rgb(181,159,139); }

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

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

 a { background-color: rgb(181,159,139); }

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

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

 span { border-color: rgb(181,159,139); }

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