#BA9E7D

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

Shades of Pale Taupe #BA9E7D

Tints of Pale Taupe #BA9E7D

Color information

#BA9E7D (or 0xBA9E7D) is unknown color: approx Pale Taupe. HEX triplet: BA, 9E and 7D. RGB value is (186,158,125). Sum of RGB (Red+Green+Blue) = 186+158+125=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E7D is #456182. Grayscale: #A2A2A2. Windows color (decimal): -4546947 or 8232634. OLE color: 8232634.

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

Color convert

RGB186158125-
CMYK00.150.330.27
HSL32.46º30.65%60.98%-
HSV(B)32.46º32.8%72.94%-
XYZ36.1836.3724.52-
YUV162.61106.78144.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=39.66%
G=33.69%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615812500.150.330.2732.4630.6560.98
HexBA9E7D0F211B201f3d
Octal2722361750174133403775
Binary10111010100111101111101011111000011101110000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E7D; }

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

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

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

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

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

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

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

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