#B99C88

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

Shades of Pale Taupe #B99C88

Tints of Pale Taupe #B99C88

Color information

#B99C88 (or 0xB99C88) is unknown color: approx Pale Taupe. HEX triplet: B9, 9C and 88. RGB value is (185,156,136). Sum of RGB (Red+Green+Blue) = 185+156+136=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C88 is #466377. Grayscale: #A2A2A2. Windows color (decimal): -4612984 or 8953017. OLE color: 8953017.

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

Color convert

RGB185156136-
CMYK00.160.260.27
HSL24.49º25.93%62.94%-
HSV(B)24.49º26.49%72.55%-
XYZ36.3435.8728.3-
YUV162.39113.11144.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=38.78%
G=32.70%
B=28.51%

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
Decimal18515613600.160.260.2724.4925.9362.94
HexB99C880101A1B181a3f
Octal2712342100203233303277
Binary10111001100111001000100001000011010110111100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C88; }

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

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

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

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

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

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

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

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