#BAA182

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

Shades of Pale Taupe #BAA182

Tints of Pale Taupe #BAA182

Color information

#BAA182 (or 0xBAA182) is unknown color: approx Pale Taupe. HEX triplet: BA, A1 and 82. RGB value is (186,161,130). Sum of RGB (Red+Green+Blue) = 186+161+130=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA182 is #455E7D. Grayscale: #A5A5A5. Windows color (decimal): -4546174 or 8561082. OLE color: 8561082.

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

Color convert

RGB186161130-
CMYK00.130.300.27
HSL33.21º28.87%61.96%-
HSV(B)33.21º30.11%72.94%-
XYZ37.0237.5426.41-
YUV164.94108.28143.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=38.99%
G=33.75%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616113000.130.300.2733.2128.8761.96
HexBAA1820D1E1B211d3e
Octal2722412020153633413576
Binary10111010101000011000001001101111101101110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA182; }

 p { color: rgb(186,161,130); }

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

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

 a { background-color: rgb(186,161,130); }

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

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

 span { border-color: rgb(186,161,130); }

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