#B79879

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

Shades of Pale Taupe #B79879

Tints of Pale Taupe #B79879

Color information

#B79879 (or 0xB79879) is unknown color: approx Pale Taupe. HEX triplet: B7, 98 and 79. RGB value is (183,152,121). Sum of RGB (Red+Green+Blue) = 183+152+121=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B79879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79879 is #486786. Grayscale: #9D9D9D. Windows color (decimal): -4745095 or 7968951. OLE color: 7968951.

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

Color convert

RGB183152121-
CMYK00.170.340.28
HSL30º30.1%59.61%-
HSV(B)30º33.88%71.76%-
XYZ34.2133.922.83-
YUV157.73107.27146.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 152 (59.77% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=40.13%
G=33.33%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315212100.170.340.283030.159.61
HexB79879011221C1e1e3c
Octal2672301710214234363674
Binary10110111100110001111001010001100010111001111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79879; }

 p { color: rgb(183,152,121); }

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

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

 a { background-color: rgb(183,152,121); }

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

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

 span { border-color: rgb(183,152,121); }

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