#B79F7A

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

Shades of Pale Taupe #B79F7A

Tints of Pale Taupe #B79F7A

Color information

#B79F7A (or 0xB79F7A) is unknown color: approx Pale Taupe. HEX triplet: B7, 9F and 7A. RGB value is (183,159,122). Sum of RGB (Red+Green+Blue) = 183+159+122=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79F7A is #486085. Grayscale: #A2A2A2. Windows color (decimal): -4743302 or 8036279. OLE color: 8036279.

HSL color Cylindrical-coordinate representation of color #B79F7A: hue angle of 36.39º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B79F7A is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB183159122-
CMYK00.130.330.28
HSL36.39º29.76%59.8%-
HSV(B)36.39º33.33%71.76%-
XYZ35.4436.2723.55-
YUV161.96105.45143.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=39.44%
G=34.27%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315912200.130.330.2836.3929.7659.8
HexB79F7A0D211C241e3c
Octal2672371720154134443674
Binary10110111100111111111010011011000011110010010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F7A; }

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

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

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

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

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

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

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

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