#B79282

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

Shades of Pale Taupe #B79282

Tints of Pale Taupe #B79282

Color information

#B79282 (or 0xB79282) is unknown color: approx Pale Taupe. HEX triplet: B7, 92 and 82. RGB value is (183,146,130). Sum of RGB (Red+Green+Blue) = 183+146+130=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B79282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79282 is #486D7D. Grayscale: #9B9B9B. Windows color (decimal): -4746622 or 8557239. OLE color: 8557239.

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

Color convert

RGB183146130-
CMYK00.200.290.28
HSL18.11º26.9%61.37%-
HSV(B)18.11º28.96%71.76%-
XYZ33.8432.2425.56-
YUV155.24113.76147.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=39.87%
G=31.81%
B=28.32%

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
Decimal18314613000.200.290.2818.1126.961.37
HexB792820141D1C121b3d
Octal2672222020243534223375
Binary10110111100100101000001001010011101111001001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79282; }

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

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

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

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

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

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

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

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