#B79281

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

Shades of Pale Taupe #B79281

Tints of Pale Taupe #B79281

Color information

#B79281 (or 0xB79281) is unknown color: approx Pale Taupe. HEX triplet: B7, 92 and 81. RGB value is (183,146,129). Sum of RGB (Red+Green+Blue) = 183+146+129=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B79281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79281 is #486D7E. Grayscale: #9B9B9B. Windows color (decimal): -4746623 or 8491703. OLE color: 8491703.

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

Color convert

RGB183146129-
CMYK00.200.300.28
HSL18.89º27.27%61.18%-
HSV(B)18.89º29.51%71.76%-
XYZ33.7732.2125.21-
YUV155.12113.26147.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 146 (57.42% from 255) = 31.88%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=39.96%
G=31.88%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314612900.200.300.2818.8927.2761.18
HexB792810141E1C131b3d
Octal2672222010243634233375
Binary10110111100100101000000101010011110111001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79281; }

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

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

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

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

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

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

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

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