#B79680

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

Shades of Pale Taupe #B79680

Tints of Pale Taupe #B79680

Color information

#B79680 (or 0xB79680) is unknown color: approx Pale Taupe. HEX triplet: B7, 96 and 80. RGB value is (183,150,128). Sum of RGB (Red+Green+Blue) = 183+150+128=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B79680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79680 is #48697F. Grayscale: #9D9D9D. Windows color (decimal): -4745600 or 8427191. OLE color: 8427191.

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

Color convert

RGB183150128-
CMYK00.180.300.28
HSL24º27.64%60.98%-
HSV(B)24º30.05%71.76%-
XYZ34.3333.4425.07-
YUV157.36111.43146.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=39.70%
G=32.54%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315012800.180.300.282427.6460.98
HexB796800121E1C181c3d
Octal2672262000223634303475
Binary10110111100101101000000001001011110111001100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79680; }

 p { color: rgb(183,150,128); }

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

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

 a { background-color: rgb(183,150,128); }

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

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

 span { border-color: rgb(183,150,128); }

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