#B49D85

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

Shades of Pale Taupe #B49D85

Tints of Pale Taupe #B49D85

Color information

#B49D85 (or 0xB49D85) is unknown color: approx Pale Taupe. HEX triplet: B4, 9D and 85. RGB value is (180,157,133). Sum of RGB (Red+Green+Blue) = 180+157+133=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D85 is #4B627A. Grayscale: #A1A1A1. Windows color (decimal): -4940411 or 8756660. OLE color: 8756660.

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

Color convert

RGB180157133-
CMYK00.130.260.29
HSL30.64º23.86%61.37%-
HSV(B)30.64º26.11%70.59%-
XYZ35.1135.5127.19-
YUV161.14112.12141.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=38.30%
G=33.40%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015713300.130.260.2930.6423.8661.37
HexB49D850D1A1D1f183d
Octal2642352050153235373075
Binary1011010010011101100001010110111010111011111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D85; }

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

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

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

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

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

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

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

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