#B9A084

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

Shades of Pale Taupe #B9A084

Tints of Pale Taupe #B9A084

Color information

#B9A084 (or 0xB9A084) is unknown color: approx Pale Taupe. HEX triplet: B9, A0 and 84. RGB value is (185,160,132). Sum of RGB (Red+Green+Blue) = 185+160+132=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A084 is #465F7B. Grayscale: #A4A4A4. Windows color (decimal): -4611964 or 8691897. OLE color: 8691897.

HSL color Cylindrical-coordinate representation of color #B9A084: hue angle of 31.7º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9A084 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB185160132-
CMYK00.140.290.27
HSL31.7º27.46%62.16%-
HSV(B)31.7º28.65%72.55%-
XYZ36.7437.1227.06-
YUV164.28109.78142.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=38.78%
G=33.54%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516013200.140.290.2731.727.4662.16
HexB9A0840E1D1B201b3e
Octal2712402040163533403376
Binary10111001101000001000010001110111011101110000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A084; }

 p { color: rgb(185,160,132); }

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

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

 a { background-color: rgb(185,160,132); }

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

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

 span { border-color: rgb(185,160,132); }

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