#B79A7C

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

Shades of Pale Taupe #B79A7C

Tints of Pale Taupe #B79A7C

Color information

#B79A7C (or 0xB79A7C) is unknown color: approx Pale Taupe. HEX triplet: B7, 9A and 7C. RGB value is (183,154,124). Sum of RGB (Red+Green+Blue) = 183+154+124=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A7C is #486583. Grayscale: #9F9F9F. Windows color (decimal): -4744580 or 8166071. OLE color: 8166071.

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

Color convert

RGB183154124-
CMYK00.160.320.28
HSL30.51º29.06%60.2%-
HSV(B)30.51º32.24%71.76%-
XYZ34.7234.6323.92-
YUV159.25108.11144.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=39.70%
G=33.41%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315412400.160.320.2830.5129.0660.2
HexB79A7C010201C1f1d3c
Octal2672321740204034373574
Binary10110111100110101111100010000100000111001111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A7C; }

 p { color: rgb(183,154,124); }

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

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

 a { background-color: rgb(183,154,124); }

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

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

 span { border-color: rgb(183,154,124); }

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