#B79976

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

Shades of Pale Taupe #B79976

Tints of Pale Taupe #B79976

Color information

#B79976 (or 0xB79976) is unknown color: approx Pale Taupe. HEX triplet: B7, 99 and 76. RGB value is (183,153,118). Sum of RGB (Red+Green+Blue) = 183+153+118=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B79976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79976 is #486689. Grayscale: #9E9E9E. Windows color (decimal): -4744842 or 7772599. OLE color: 7772599.

HSL color Cylindrical-coordinate representation of color #B79976: hue angle of 32.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B79976 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB183153118-
CMYK00.160.360.28
HSL32.31º31.1%59.02%-
HSV(B)32.31º35.52%71.76%-
XYZ34.1934.1621.93-
YUV157.98105.44145.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=40.31%
G=33.70%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315311800.160.360.2832.3131.159.02
HexB79976010241C201f3b
Octal2672311660204434403773
Binary101101111001100111101100100001001001110010000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79976; }

 p { color: rgb(183,153,118); }

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

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

 a { background-color: rgb(183,153,118); }

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

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

 span { border-color: rgb(183,153,118); }

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