#B79F7F

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

Shades of Pale Taupe #B79F7F

Tints of Pale Taupe #B79F7F

Color information

#B79F7F (or 0xB79F7F) is unknown color: approx Pale Taupe. HEX triplet: B7, 9F and 7F. RGB value is (183,159,127). Sum of RGB (Red+Green+Blue) = 183+159+127=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79F7F is #486080. Grayscale: #A2A2A2. Windows color (decimal): -4743297 or 8363959. OLE color: 8363959.

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

Color convert

RGB183159127-
CMYK00.130.310.28
HSL34.29º28%60.78%-
HSV(B)34.29º30.6%71.76%-
XYZ35.7636.425.22-
YUV162.53107.95142.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 127 (50% from 255) = 27.08%
R=39.02%
G=33.90%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315912700.130.310.2834.292860.78
HexB79F7F0D1F1C221c3d
Octal2672371770153734423475
Binary1011011110011111111111101101111111110010001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F7F; }

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

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

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

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

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

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

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

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