#B99D78

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

Shades of Pale Taupe #B99D78

Tints of Pale Taupe #B99D78

Color information

#B99D78 (or 0xB99D78) is unknown color: approx Pale Taupe. HEX triplet: B9, 9D and 78. RGB value is (185,157,120). Sum of RGB (Red+Green+Blue) = 185+157+120=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D78 is #466287. Grayscale: #A1A1A1. Windows color (decimal): -4612744 or 7904697. OLE color: 7904697.

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

Color convert

RGB185157120-
CMYK00.150.350.27
HSL34.15º31.71%59.8%-
HSV(B)34.15º35.14%72.55%-
XYZ35.4535.7822.81-
YUV161.15104.78145.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 120 (47.27% from 255) = 25.97%
R=40.04%
G=33.98%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515712000.150.350.2734.1531.7159.8
HexB99D780F231B22203c
Octal2712351700174333424074
Binary101110011001110111110000111110001111011100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D78; }

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

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

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

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

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

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

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

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