#BAA083

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

Shades of Pale Taupe #BAA083

Tints of Pale Taupe #BAA083

Color information

#BAA083 (or 0xBAA083) is unknown color: approx Pale Taupe. HEX triplet: BA, A0 and 83. RGB value is (186,160,131). Sum of RGB (Red+Green+Blue) = 186+160+131=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA083 is #455F7C. Grayscale: #A4A4A4. Windows color (decimal): -4546429 or 8626362. OLE color: 8626362.

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

Color convert

RGB186160131-
CMYK00.140.300.27
HSL31.64º28.5%62.16%-
HSV(B)31.64º29.57%72.94%-
XYZ36.9237.2226.71-
YUV164.47109.11143.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=38.99%
G=33.54%
B=27.46%

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
Decimal18616013100.140.300.2731.6428.562.16
HexBAA0830E1E1B201c3e
Octal2722402030163633403476
Binary10111010101000001000001101110111101101110000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA083; }

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

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

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

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

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

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

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

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