#B79F8A

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

Shades of Pale Taupe #B79F8A

Tints of Pale Taupe #B79F8A

Color information

#B79F8A (or 0xB79F8A) is unknown color: approx Pale Taupe. HEX triplet: B7, 9F and 8A. RGB value is (183,159,138). Sum of RGB (Red+Green+Blue) = 183+159+138=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79F8A is #486075. Grayscale: #A3A3A3. Windows color (decimal): -4743286 or 9084855. OLE color: 9084855.

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

Color convert

RGB183159138-
CMYK00.130.250.28
HSL28º23.81%62.94%-
HSV(B)28º24.59%71.76%-
XYZ36.5136.729.2-
YUV163.78113.45141.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=38.12%
G=33.12%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315913800.130.250.282823.8162.94
HexB79F8A0D191C1c183f
Octal2672372120153134343077
Binary1011011110011111100010100110111001111001110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F8A; }

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

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

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

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

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

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

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

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