#BA9E7A

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

Shades of Pale Taupe #BA9E7A

Tints of Pale Taupe #BA9E7A

Color information

#BA9E7A (or 0xBA9E7A) is unknown color: approx Pale Taupe. HEX triplet: BA, 9E and 7A. RGB value is (186,158,122). Sum of RGB (Red+Green+Blue) = 186+158+122=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E7A is #456185. Grayscale: #A2A2A2. Windows color (decimal): -4546950 or 8036026. OLE color: 8036026.

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

Color convert

RGB186158122-
CMYK00.150.340.27
HSL33.75º31.68%60.39%-
HSV(B)33.75º34.41%72.94%-
XYZ35.9936.323.52-
YUV162.27105.28144.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=39.91%
G=33.91%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615812200.150.340.2733.7531.6860.39
HexBA9E7A0F221B22203c
Octal2722361720174233424074
Binary101110101001111011110100111110001011011100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E7A; }

 p { color: rgb(186,158,122); }

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

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

 a { background-color: rgb(186,158,122); }

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

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

 span { border-color: rgb(186,158,122); }

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