#B8A086

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

Shades of Pale Taupe #B8A086

Tints of Pale Taupe #B8A086

Color information

#B8A086 (or 0xB8A086) is unknown color: approx Pale Taupe. HEX triplet: B8, A0 and 86. RGB value is (184,160,134). Sum of RGB (Red+Green+Blue) = 184+160+134=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A086 is #475F79. Grayscale: #A4A4A4. Windows color (decimal): -4677498 or 8822968. OLE color: 8822968.

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

Color convert

RGB184160134-
CMYK00.130.270.28
HSL31.2º26.04%62.35%-
HSV(B)31.2º27.17%72.16%-
XYZ36.6437.0527.78-
YUV164.21110.95142.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=38.49%
G=33.47%
B=28.03%

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
Decimal18416013400.130.270.2831.226.0462.35
HexB8A0860D1B1C1f1a3e
Octal2702402060153334373276
Binary1011100010100000100001100110111011111001111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A086; }

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

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

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

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

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

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

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

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