#B49885

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

Shades of Pale Taupe #B49885

Tints of Pale Taupe #B49885

Color information

#B49885 (or 0xB49885) is unknown color: approx Pale Taupe. HEX triplet: B4, 98 and 85. RGB value is (180,152,133). Sum of RGB (Red+Green+Blue) = 180+152+133=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B49885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49885 is #4B677A. Grayscale: #9E9E9E. Windows color (decimal): -4941691 or 8755380. OLE color: 8755380.

HSL color Cylindrical-coordinate representation of color #B49885: hue angle of 24.26º 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 #B49885 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180152133-
CMYK00.160.260.29
HSL24.26º23.86%61.37%-
HSV(B)24.26º26.11%70.59%-
XYZ34.2833.8526.92-
YUV158.21113.78143.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=38.71%
G=32.69%
B=28.60%

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
Decimal18015213300.160.260.2924.2623.8661.37
HexB498850101A1D18183d
Octal2642302050203235303075
Binary10110100100110001000010101000011010111011100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49885; }

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

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

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

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

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

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

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

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