#B79A7E

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

Shades of Pale Taupe #B79A7E

Tints of Pale Taupe #B79A7E

Color information

#B79A7E (or 0xB79A7E) is unknown color: approx Pale Taupe. HEX triplet: B7, 9A and 7E. RGB value is (183,154,126). Sum of RGB (Red+Green+Blue) = 183+154+126=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A7E is #486581. Grayscale: #9F9F9F. Windows color (decimal): -4744578 or 8297143. OLE color: 8297143.

HSL color Cylindrical-coordinate representation of color #B79A7E: hue angle of 29.47º 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 #B79A7E is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB183154126-
CMYK00.160.310.28
HSL29.47º28.36%60.59%-
HSV(B)29.47º31.15%71.76%-
XYZ34.8534.6824.6-
YUV159.48109.11144.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.52%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=39.52%
G=33.26%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315412600.160.310.2829.4728.3660.59
HexB79A7E0101F1C1d1c3d
Octal2672321760203734353475
Binary1011011110011010111111001000011111111001110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A7E; }

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

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

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

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

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

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

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

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