#B79F7C

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

Shades of Pale Taupe #B79F7C

Tints of Pale Taupe #B79F7C

Color information

#B79F7C (or 0xB79F7C) is unknown color: approx Pale Taupe. HEX triplet: B7, 9F and 7C. RGB value is (183,159,124). Sum of RGB (Red+Green+Blue) = 183+159+124=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79F7C is #486083. Grayscale: #A2A2A2. Windows color (decimal): -4743300 or 8167351. OLE color: 8167351.

HSL color Cylindrical-coordinate representation of color #B79F7C: hue angle of 35.59º 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 #B79F7C is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB183159124-
CMYK00.130.320.28
HSL35.59º29.06%60.2%-
HSV(B)35.59º32.24%71.76%-
XYZ35.5636.3224.2-
YUV162.19106.45142.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=39.27%
G=34.12%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315912400.130.320.2835.5929.0660.2
HexB79F7C0D201C241d3c
Octal2672371740154034443574
Binary10110111100111111111100011011000001110010010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F7C; }

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

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

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

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

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

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

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

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