#B99E84

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

Shades of Pale Taupe #B99E84

Tints of Pale Taupe #B99E84

Color information

#B99E84 (or 0xB99E84) is unknown color: approx Pale Taupe. HEX triplet: B9, 9E and 84. RGB value is (185,158,132). Sum of RGB (Red+Green+Blue) = 185+158+132=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E84 is #46617B. Grayscale: #A3A3A3. Windows color (decimal): -4612476 or 8691385. OLE color: 8691385.

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

Color convert

RGB185158132-
CMYK00.150.290.27
HSL29.43º27.46%62.16%-
HSV(B)29.43º28.65%72.55%-
XYZ36.436.4326.94-
YUV163.11110.45143.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=38.95%
G=33.26%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515813200.150.290.2729.4327.4662.16
HexB99E840F1D1B1d1b3e
Octal2712362040173533353376
Binary1011100110011110100001000111111101110111110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E84; }

 p { color: rgb(185,158,132); }

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

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

 a { background-color: rgb(185,158,132); }

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

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

 span { border-color: rgb(185,158,132); }

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