#B9A081

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

Shades of Pale Taupe #B9A081

Tints of Pale Taupe #B9A081

Color information

#B9A081 (or 0xB9A081) is unknown color: approx Pale Taupe. HEX triplet: B9, A0 and 81. RGB value is (185,160,129). Sum of RGB (Red+Green+Blue) = 185+160+129=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A081 is #465F7E. Grayscale: #A4A4A4. Windows color (decimal): -4611967 or 8495289. OLE color: 8495289.

HSL color Cylindrical-coordinate representation of color #B9A081: hue angle of 33.21º 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 #B9A081 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB185160129-
CMYK00.140.300.27
HSL33.21º28.57%61.57%-
HSV(B)33.21º30.27%72.55%-
XYZ36.5437.0425.99-
YUV163.94108.28143.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=39.03%
G=33.76%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516012900.140.300.2733.2128.5761.57
HexB9A0810E1E1B211d3e
Octal2712402010163633413576
Binary10111001101000001000000101110111101101110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A081; }

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

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

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

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

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

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

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

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