#B99B88

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

Shades of Pale Taupe #B99B88

Tints of Pale Taupe #B99B88

Color information

#B99B88 (or 0xB99B88) is unknown color: approx Pale Taupe. HEX triplet: B9, 9B and 88. RGB value is (185,155,136). Sum of RGB (Red+Green+Blue) = 185+155+136=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B88 is #466477. Grayscale: #A1A1A1. Windows color (decimal): -4613240 or 8952761. OLE color: 8952761.

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

Color convert

RGB185155136-
CMYK00.160.260.27
HSL23.27º25.93%62.94%-
HSV(B)23.27º26.49%72.55%-
XYZ36.1735.5328.24-
YUV161.8113.44144.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=38.87%
G=32.56%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515513600.160.260.2723.2725.9362.94
HexB99B880101A1B171a3f
Octal2712332100203233273277
Binary10111001100110111000100001000011010110111011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B88; }

 p { color: rgb(185,155,136); }

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

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

 a { background-color: rgb(185,155,136); }

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

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

 span { border-color: rgb(185,155,136); }

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