#B49D88

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

Shades of Pale Taupe #B49D88

Tints of Pale Taupe #B49D88

Color information

#B49D88 (or 0xB49D88) is unknown color: approx Pale Taupe. HEX triplet: B4, 9D and 88. RGB value is (180,157,136). Sum of RGB (Red+Green+Blue) = 180+157+136=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D88 is #4B6277. Grayscale: #A1A1A1. Windows color (decimal): -4940408 or 8953268. OLE color: 8953268.

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

Color convert

RGB180157136-
CMYK00.130.240.29
HSL28.64º22.68%61.96%-
HSV(B)28.64º24.44%70.59%-
XYZ35.3235.5928.3-
YUV161.48113.62141.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=38.05%
G=33.19%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015713600.130.240.2928.6422.6861.96
HexB49D880D181D1d173e
Octal2642352100153035352776
Binary1011010010011101100010000110111000111011110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D88; }

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

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

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

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

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

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

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

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