#BA967D

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

Shades of Pale Taupe #BA967D

Tints of Pale Taupe #BA967D

Color information

#BA967D (or 0xBA967D) is unknown color: approx Pale Taupe. HEX triplet: BA, 96 and 7D. RGB value is (186,150,125). Sum of RGB (Red+Green+Blue) = 186+150+125=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA967D is #456982. Grayscale: #9E9E9E. Windows color (decimal): -4548995 or 8230586. OLE color: 8230586.

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

Color convert

RGB186150125-
CMYK00.190.330.27
HSL24.59º30.65%60.98%-
HSV(B)24.59º32.8%72.94%-
XYZ34.8633.7324.08-
YUV157.91109.43148.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=40.35%
G=32.54%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615012500.190.330.2724.5930.6560.98
HexBA967D013211B191f3d
Octal2722261750234133313775
Binary10111010100101101111101010011100001110111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA967D; }

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

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

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

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

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

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

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

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