#B79785

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

Shades of Pale Taupe #B79785

Tints of Pale Taupe #B79785

Color information

#B79785 (or 0xB79785) is unknown color: approx Pale Taupe. HEX triplet: B7, 97 and 85. RGB value is (183,151,133). Sum of RGB (Red+Green+Blue) = 183+151+133=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B79785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79785 is #48687A. Grayscale: #9E9E9E. Windows color (decimal): -4745339 or 8755127. OLE color: 8755127.

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

Color convert

RGB183151133-
CMYK00.170.270.28
HSL21.6º25.77%61.96%-
HSV(B)21.6º27.32%71.76%-
XYZ34.8333.8926.9-
YUV158.52113.6145.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 133 (52.34% from 255) = 28.48%
R=39.19%
G=32.33%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315113300.170.270.2821.625.7761.96
HexB797850111B1C161a3e
Octal2672272050213334263276
Binary10110111100101111000010101000111011111001011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79785; }

 p { color: rgb(183,151,133); }

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

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

 a { background-color: rgb(183,151,133); }

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

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

 span { border-color: rgb(183,151,133); }

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