#B9A185

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

Shades of Pale Taupe #B9A185

Tints of Pale Taupe #B9A185

Color information

#B9A185 (or 0xB9A185) is unknown color: approx Pale Taupe. HEX triplet: B9, A1 and 85. RGB value is (185,161,133). Sum of RGB (Red+Green+Blue) = 185+161+133=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A185 is #465E7A. Grayscale: #A5A5A5. Windows color (decimal): -4611707 or 8757689. OLE color: 8757689.

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

Color convert

RGB185161133-
CMYK00.130.280.27
HSL32.31º27.08%62.35%-
HSV(B)32.31º28.11%72.55%-
XYZ36.9937.527.48-
YUV164.98109.95142.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=38.62%
G=33.61%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516113300.130.280.2732.3127.0862.35
HexB9A1850D1C1B201b3e
Octal2712412050153433403376
Binary10111001101000011000010101101111001101110000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A185; }

 p { color: rgb(185,161,133); }

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

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

 a { background-color: rgb(185,161,133); }

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

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

 span { border-color: rgb(185,161,133); }

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