#B49886

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

Shades of Pale Taupe #B49886

Tints of Pale Taupe #B49886

Color information

#B49886 (or 0xB49886) is unknown color: approx Pale Taupe. HEX triplet: B4, 98 and 86. RGB value is (180,152,134). Sum of RGB (Red+Green+Blue) = 180+152+134=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B49886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49886 is #4B6779. Grayscale: #9E9E9E. Windows color (decimal): -4941690 or 8820916. OLE color: 8820916.

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

Color convert

RGB180152134-
CMYK00.160.260.29
HSL23.48º23.47%61.57%-
HSV(B)23.48º25.56%70.59%-
XYZ34.3533.8827.28-
YUV158.32114.28143.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 134 (52.73% from 255) = 28.76%
R=38.63%
G=32.62%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015213400.160.260.2923.4823.4761.57
HexB498860101A1D17173e
Octal2642302060203235272776
Binary10110100100110001000011001000011010111011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49886; }

 p { color: rgb(180,152,134); }

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

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

 a { background-color: rgb(180,152,134); }

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

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

 span { border-color: rgb(180,152,134); }

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