#B99776

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

Shades of Pale Taupe #B99776

Tints of Pale Taupe #B99776

Color information

#B99776 (or 0xB99776) is unknown color: approx Pale Taupe. HEX triplet: B9, 97 and 76. RGB value is (185,151,118). Sum of RGB (Red+Green+Blue) = 185+151+118=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B99776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99776 is #466889. Grayscale: #9D9D9D. Windows color (decimal): -4614282 or 7772089. OLE color: 7772089.

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

Color convert

RGB185151118-
CMYK00.180.360.27
HSL29.55º32.37%59.41%-
HSV(B)29.55º36.22%72.55%-
XYZ34.3433.7621.84-
YUV157.4105.76147.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=40.75%
G=33.26%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515111800.180.360.2729.5532.3759.41
HexB99776012241B1e203b
Octal2712271660224433364073
Binary101110011001011111101100100101001001101111110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99776; }

 p { color: rgb(185,151,118); }

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

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

 a { background-color: rgb(185,151,118); }

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

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

 span { border-color: rgb(185,151,118); }

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