#B99D83

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

Shades of Pale Taupe #B99D83

Tints of Pale Taupe #B99D83

Color information

#B99D83 (or 0xB99D83) is unknown color: approx Pale Taupe. HEX triplet: B9, 9D and 83. RGB value is (185,157,131). Sum of RGB (Red+Green+Blue) = 185+157+131=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99D83 is #46627C. Grayscale: #A2A2A2. Windows color (decimal): -4612733 or 8625593. OLE color: 8625593.

HSL color Cylindrical-coordinate representation of color #B99D83: hue angle of 28.89º degrees, saturation: 0.28, 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 #B99D83 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB185157131-
CMYK00.150.290.27
HSL28.89º27.84%61.96%-
HSV(B)28.89º29.19%72.55%-
XYZ36.1636.0726.53-
YUV162.41110.28144.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 131 (51.56% from 255) = 27.70%
R=39.11%
G=33.19%
B=27.70%

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
Decimal18515713100.150.290.2728.8927.8461.96
HexB99D830F1D1B1d1c3e
Octal2712352030173533353476
Binary1011100110011101100000110111111101110111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D83; }

 p { color: rgb(185,157,131); }

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

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

 a { background-color: rgb(185,157,131); }

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

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

 span { border-color: rgb(185,157,131); }

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