#B9A181

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

Shades of Pale Taupe #B9A181

Tints of Pale Taupe #B9A181

Color information

#B9A181 (or 0xB9A181) is unknown color: approx Pale Taupe. HEX triplet: B9, A1 and 81. RGB value is (185,161,129). Sum of RGB (Red+Green+Blue) = 185+161+129=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A181 is #465E7E. Grayscale: #A4A4A4. Windows color (decimal): -4611711 or 8495545. OLE color: 8495545.

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

Color convert

RGB185161129-
CMYK00.130.300.27
HSL34.29º28.57%61.57%-
HSV(B)34.29º30.27%72.55%-
XYZ36.7137.3926.05-
YUV164.53107.95142.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=38.95%
G=33.89%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516112900.130.300.2734.2928.5761.57
HexB9A1810D1E1B221d3e
Octal2712412010153633423576
Binary10111001101000011000000101101111101101110001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A181; }

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

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

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

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

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

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

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

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