#B49D83

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

Shades of Pale Taupe #B49D83

Tints of Pale Taupe #B49D83

Color information

#B49D83 (or 0xB49D83) is unknown color: approx Pale Taupe. HEX triplet: B4, 9D and 83. RGB value is (180,157,131). Sum of RGB (Red+Green+Blue) = 180+157+131=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D83 is #4B627C. Grayscale: #A1A1A1. Windows color (decimal): -4940413 or 8625588. OLE color: 8625588.

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

Color convert

RGB180157131-
CMYK00.130.270.29
HSL31.84º24.62%60.98%-
HSV(B)31.84º27.22%70.59%-
XYZ34.9835.4626.47-
YUV160.91111.12141.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 157 (61.72% from 255) = 33.55%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=38.46%
G=33.55%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015713100.130.270.2931.8424.6260.98
HexB49D830D1B1D20193d
Octal2642352030153335403175
Binary10110100100111011000001101101110111110110000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D83; }

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

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

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

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

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

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

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

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