#B9A07E

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

Shades of Pale Taupe #B9A07E

Tints of Pale Taupe #B9A07E

Color information

#B9A07E (or 0xB9A07E) is unknown color: approx Pale Taupe. HEX triplet: B9, A0 and 7E. RGB value is (185,160,126). Sum of RGB (Red+Green+Blue) = 185+160+126=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A07E is #465F81. Grayscale: #A3A3A3. Windows color (decimal): -4611970 or 8298681. OLE color: 8298681.

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

Color convert

RGB185160126-
CMYK00.140.320.27
HSL34.58º29.65%60.98%-
HSV(B)34.58º31.89%72.55%-
XYZ36.3436.9624.96-
YUV163.6106.78143.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=39.28%
G=33.97%
B=26.75%

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
Decimal18516012600.140.320.2734.5829.6560.98
HexB9A07E0E201B231e3d
Octal2712401760164033433675
Binary10111001101000001111110011101000001101110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A07E; }

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

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

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

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

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

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

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

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