#B99885

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

Shades of Pale Taupe #B99885

Tints of Pale Taupe #B99885

Color information

#B99885 (or 0xB99885) is unknown color: approx Pale Taupe. HEX triplet: B9, 98 and 85. RGB value is (185,152,133). Sum of RGB (Red+Green+Blue) = 185+152+133=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B99885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99885 is #46677A. Grayscale: #9F9F9F. Windows color (decimal): -4614011 or 8755385. OLE color: 8755385.

HSL color Cylindrical-coordinate representation of color #B99885: hue angle of 21.92º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99885 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB185152133-
CMYK00.180.280.27
HSL21.92º27.08%62.35%-
HSV(B)21.92º28.11%72.55%-
XYZ35.4734.4626.97-
YUV159.7112.93146.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=39.36%
G=32.34%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515213300.180.280.2721.9227.0862.35
HexB998850121C1B161b3e
Octal2712302050223433263376
Binary10111001100110001000010101001011100110111011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99885; }

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

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

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

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

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

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

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

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