#B49884

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

Shades of Pale Taupe #B49884

Tints of Pale Taupe #B49884

Color information

#B49884 (or 0xB49884) is unknown color: approx Pale Taupe. HEX triplet: B4, 98 and 84. RGB value is (180,152,132). Sum of RGB (Red+Green+Blue) = 180+152+132=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B49884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49884 is #4B677B. Grayscale: #9E9E9E. Windows color (decimal): -4941692 or 8689844. OLE color: 8689844.

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

Color convert

RGB180152132-
CMYK00.160.270.29
HSL25º24.24%61.18%-
HSV(B)25º26.67%70.59%-
XYZ34.2233.8326.56-
YUV158.09113.28143.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=38.79%
G=32.76%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015213200.160.270.292524.2461.18
HexB498840101B1D19183d
Octal2642302040203335313075
Binary10110100100110001000010001000011011111011100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49884; }

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

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

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

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

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

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

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

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