#B59682

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

Shades of Pale Taupe #B59682

Tints of Pale Taupe #B59682

Color information

#B59682 (or 0xB59682) is unknown color: approx Pale Taupe. HEX triplet: B5, 96 and 82. RGB value is (181,150,130). Sum of RGB (Red+Green+Blue) = 181+150+130=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B59682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59682 is #4A697D. Grayscale: #9D9D9D. Windows color (decimal): -4876670 or 8558261. OLE color: 8558261.

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

Color convert

RGB181150130-
CMYK00.170.280.29
HSL23.53º25.63%60.98%-
HSV(B)23.53º28.18%70.98%-
XYZ33.9933.2525.75-
YUV156.99112.77145.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=39.26%
G=32.54%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115013000.170.280.2923.5325.6360.98
HexB596820111C1D181a3d
Octal2652262020213435303275
Binary10110101100101101000001001000111100111011100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59682; }

 p { color: rgb(181,150,130); }

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

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

 a { background-color: rgb(181,150,130); }

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

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

 span { border-color: rgb(181,150,130); }

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