#B79A80

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

Shades of Pale Taupe #B79A80

Tints of Pale Taupe #B79A80

Color information

#B79A80 (or 0xB79A80) is unknown color: approx Pale Taupe. HEX triplet: B7, 9A and 80. RGB value is (183,154,128). Sum of RGB (Red+Green+Blue) = 183+154+128=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79A80 is #48657F. Grayscale: #9F9F9F. Windows color (decimal): -4744576 or 8428215. OLE color: 8428215.

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

Color convert

RGB183154128-
CMYK00.160.300.28
HSL28.36º27.64%60.98%-
HSV(B)28.36º30.05%71.76%-
XYZ34.9834.7425.28-
YUV159.71110.11144.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=39.35%
G=33.12%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315412800.160.300.2828.3627.6460.98
HexB79A800101E1C1c1c3d
Octal2672322000203634343475
Binary10110111100110101000000001000011110111001110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A80; }

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

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

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

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

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

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

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

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