#B9A07D

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

Shades of Pale Taupe #B9A07D

Tints of Pale Taupe #B9A07D

Color information

#B9A07D (or 0xB9A07D) is unknown color: approx Pale Taupe. HEX triplet: B9, A0 and 7D. RGB value is (185,160,125). Sum of RGB (Red+Green+Blue) = 185+160+125=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A07D is #465F82. Grayscale: #A3A3A3. Windows color (decimal): -4611971 or 8233145. OLE color: 8233145.

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

Color convert

RGB185160125-
CMYK00.140.320.27
HSL35º30%60.78%-
HSV(B)35º32.43%72.55%-
XYZ36.2836.9424.62-
YUV163.48106.28143.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=39.36%
G=34.04%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516012500.140.320.27353060.78
HexB9A07D0E201B231e3d
Octal2712401750164033433675
Binary10111001101000001111101011101000001101110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A07D; }

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

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

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

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

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

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

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

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