#B99F7E

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

Shades of Pale Taupe #B99F7E

Tints of Pale Taupe #B99F7E

Color information

#B99F7E (or 0xB99F7E) is unknown color: approx Pale Taupe. HEX triplet: B9, 9F and 7E. RGB value is (185,159,126). Sum of RGB (Red+Green+Blue) = 185+159+126=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F7E is #466081. Grayscale: #A3A3A3. Windows color (decimal): -4612226 or 8298425. OLE color: 8298425.

HSL color Cylindrical-coordinate representation of color #B99F7E: hue angle of 33.56º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99F7E is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB185159126-
CMYK00.140.320.27
HSL33.56º29.65%60.98%-
HSV(B)33.56º31.89%72.55%-
XYZ36.1736.6224.9-
YUV163.01107.11143.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=39.36%
G=33.83%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515912600.140.320.2733.5629.6560.98
HexB99F7E0E201B221e3d
Octal2712371760164033423675
Binary10111001100111111111110011101000001101110001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F7E; }

 p { color: rgb(185,159,126); }

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

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

 a { background-color: rgb(185,159,126); }

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

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

 span { border-color: rgb(185,159,126); }

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