#B79E7E

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

Shades of Pale Taupe #B79E7E

Tints of Pale Taupe #B79E7E

Color information

#B79E7E (or 0xB79E7E) is unknown color: approx Pale Taupe. HEX triplet: B7, 9E and 7E. RGB value is (183,158,126). Sum of RGB (Red+Green+Blue) = 183+158+126=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79E7E is #486181. Grayscale: #A1A1A1. Windows color (decimal): -4743554 or 8298167. OLE color: 8298167.

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

Color convert

RGB183158126-
CMYK00.140.310.28
HSL33.68º28.36%60.59%-
HSV(B)33.68º31.15%71.76%-
XYZ35.5236.0324.82-
YUV161.83107.78143.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=39.19%
G=33.83%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315812600.140.310.2833.6828.3660.59
HexB79E7E0E1F1C221c3d
Octal2672361760163734423475
Binary1011011110011110111111001110111111110010001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E7E; }

 p { color: rgb(183,158,126); }

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

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

 a { background-color: rgb(183,158,126); }

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

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

 span { border-color: rgb(183,158,126); }

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