#B79C7F

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

Shades of Pale Taupe #B79C7F

Tints of Pale Taupe #B79C7F

Color information

#B79C7F (or 0xB79C7F) is unknown color: approx Pale Taupe. HEX triplet: B7, 9C and 7F. RGB value is (183,156,127). Sum of RGB (Red+Green+Blue) = 183+156+127=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C7F is #486380. Grayscale: #A0A0A0. Windows color (decimal): -4744065 or 8363191. OLE color: 8363191.

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

Color convert

RGB183156127-
CMYK00.150.310.28
HSL31.07º28%60.78%-
HSV(B)31.07º30.6%71.76%-
XYZ35.2535.3825.05-
YUV160.77108.95143.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 127 (50% from 255) = 27.25%
R=39.27%
G=33.48%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315612700.150.310.2831.072860.78
HexB79C7F0F1F1C1f1c3d
Octal2672341770173734373475
Binary101101111001110011111110111111111111001111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C7F; }

 p { color: rgb(183,156,127); }

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

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

 a { background-color: rgb(183,156,127); }

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

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

 span { border-color: rgb(183,156,127); }

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