#B49D82

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

Shades of Pale Taupe #B49D82

Tints of Pale Taupe #B49D82

Color information

#B49D82 (or 0xB49D82) is unknown color: approx Pale Taupe. HEX triplet: B4, 9D and 82. RGB value is (180,157,130). Sum of RGB (Red+Green+Blue) = 180+157+130=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D82 is #4B627D. Grayscale: #A0A0A0. Windows color (decimal): -4940414 or 8560052. OLE color: 8560052.

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

Color convert

RGB180157130-
CMYK00.130.280.29
HSL32.4º25%60.78%-
HSV(B)32.4º27.78%70.59%-
XYZ34.9135.4326.12-
YUV160.8110.62141.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=38.54%
G=33.62%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015713000.130.280.2932.42560.78
HexB49D820D1C1D20193d
Octal2642352020153435403175
Binary10110100100111011000001001101111001110110000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D82; }

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

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

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

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

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

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

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

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