#B79382

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

Shades of Pale Taupe #B79382

Tints of Pale Taupe #B79382

Color information

#B79382 (or 0xB79382) is unknown color: approx Pale Taupe. HEX triplet: B7, 93 and 82. RGB value is (183,147,130). Sum of RGB (Red+Green+Blue) = 183+147+130=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B79382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79382 is #486C7D. Grayscale: #9B9B9B. Windows color (decimal): -4746366 or 8557495. OLE color: 8557495.

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

Color convert

RGB183147130-
CMYK00.200.290.28
HSL19.25º26.9%61.37%-
HSV(B)19.25º28.96%71.76%-
XYZ33.9932.5525.61-
YUV155.83113.43147.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=39.78%
G=31.96%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314713000.200.290.2819.2526.961.37
HexB793820141D1C131b3d
Octal2672232020243534233375
Binary10110111100100111000001001010011101111001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79382; }

 p { color: rgb(183,147,130); }

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

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

 a { background-color: rgb(183,147,130); }

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

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

 span { border-color: rgb(183,147,130); }

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