#B79A87

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

Shades of Pale Taupe #B79A87

Tints of Pale Taupe #B79A87

Color information

#B79A87 (or 0xB79A87) is unknown color: approx Pale Taupe. HEX triplet: B7, 9A and 87. RGB value is (183,154,135). Sum of RGB (Red+Green+Blue) = 183+154+135=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79A87 is #486578. Grayscale: #A0A0A0. Windows color (decimal): -4744569 or 8886967. OLE color: 8886967.

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

Color convert

RGB183154135-
CMYK00.160.260.28
HSL23.75º25%62.35%-
HSV(B)23.75º26.23%71.76%-
XYZ35.4634.9327.79-
YUV160.5113.61144.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=38.77%
G=32.63%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315413500.160.260.2823.752562.35
HexB79A870101A1C18193e
Octal2672322070203234303176
Binary10110111100110101000011101000011010111001100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A87; }

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

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

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

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

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

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

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

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