#BAA07E

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

Shades of Pale Taupe #BAA07E

Tints of Pale Taupe #BAA07E

Color information

#BAA07E (or 0xBAA07E) is unknown color: approx Pale Taupe. HEX triplet: BA, A0 and 7E. RGB value is (186,160,126). Sum of RGB (Red+Green+Blue) = 186+160+126=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA07E is #455F81. Grayscale: #A4A4A4. Windows color (decimal): -4546434 or 8298682. OLE color: 8298682.

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

Color convert

RGB186160126-
CMYK00.140.320.27
HSL34º30.3%61.18%-
HSV(B)34º32.26%72.94%-
XYZ36.5937.0924.97-
YUV163.9106.61143.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=39.41%
G=33.90%
B=26.69%

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
Decimal18616012600.140.320.273430.361.18
HexBAA07E0E201B221e3d
Octal2722401760164033423675
Binary10111010101000001111110011101000001101110001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA07E; }

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

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

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

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

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

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

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

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