#BA947A

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

Shades of Pale Taupe #BA947A

Tints of Pale Taupe #BA947A

Color information

#BA947A (or 0xBA947A) is unknown color: approx Pale Taupe. HEX triplet: BA, 94 and 7A. RGB value is (186,148,122). Sum of RGB (Red+Green+Blue) = 186+148+122=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA947A is #456B85. Grayscale: #9C9C9C. Windows color (decimal): -4549510 or 8033466. OLE color: 8033466.

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

Color convert

RGB186148122-
CMYK00.200.340.27
HSL24.38º31.68%60.39%-
HSV(B)24.38º34.41%72.94%-
XYZ34.3533.0222.98-
YUV156.4108.59149.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=40.79%
G=32.46%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614812200.200.340.2724.3831.6860.39
HexBA947A014221B18203c
Octal2722241720244233304074
Binary101110101001010011110100101001000101101111000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA947A; }

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

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

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

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

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

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

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

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