#B49A82

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

Shades of Pale Taupe #B49A82

Tints of Pale Taupe #B49A82

Color information

#B49A82 (or 0xB49A82) is unknown color: approx Pale Taupe. HEX triplet: B4, 9A and 82. RGB value is (180,154,130). Sum of RGB (Red+Green+Blue) = 180+154+130=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A82 is #4B657D. Grayscale: #9F9F9F. Windows color (decimal): -4941182 or 8559284. OLE color: 8559284.

HSL color Cylindrical-coordinate representation of color #B49A82: hue angle of 28.8º degrees, saturation: 0.25, 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 #B49A82 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB180154130-
CMYK00.140.280.29
HSL28.8º25%60.78%-
HSV(B)28.8º27.78%70.59%-
XYZ34.4134.4325.95-
YUV159.04111.61142.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=38.79%
G=33.19%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015413000.140.280.2928.82560.78
HexB49A820E1C1D1d193d
Octal2642322020163435353175
Binary1011010010011010100000100111011100111011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A82; }

 p { color: rgb(180,154,130); }

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

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

 a { background-color: rgb(180,154,130); }

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

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

 span { border-color: rgb(180,154,130); }

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