#B7A086

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

Shades of Pale Taupe #B7A086

Tints of Pale Taupe #B7A086

Color information

#B7A086 (or 0xB7A086) is unknown color: approx Pale Taupe. HEX triplet: B7, A0 and 86. RGB value is (183,160,134). Sum of RGB (Red+Green+Blue) = 183+160+134=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A086 is #485F79. Grayscale: #A4A4A4. Windows color (decimal): -4743034 or 8822967. OLE color: 8822967.

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

Color convert

RGB183160134-
CMYK00.130.270.28
HSL31.84º25.39%62.16%-
HSV(B)31.84º26.78%71.76%-
XYZ36.436.9327.76-
YUV163.91111.12141.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=38.36%
G=33.54%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316013400.130.270.2831.8425.3962.16
HexB7A0860D1B1C20193e
Octal2672402060153334403176
Binary10110111101000001000011001101110111110010000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A086; }

 p { color: rgb(183,160,134); }

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

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

 a { background-color: rgb(183,160,134); }

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

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

 span { border-color: rgb(183,160,134); }

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