#BA957A

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

Shades of Pale Taupe #BA957A

Tints of Pale Taupe #BA957A

Color information

#BA957A (or 0xBA957A) is unknown color: approx Pale Taupe. HEX triplet: BA, 95 and 7A. RGB value is (186,149,122). Sum of RGB (Red+Green+Blue) = 186+149+122=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA957A is #456A85. Grayscale: #9D9D9D. Windows color (decimal): -4549254 or 8033722. OLE color: 8033722.

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

Color convert

RGB186149122-
CMYK00.200.340.27
HSL25.31º31.68%60.39%-
HSV(B)25.31º34.41%72.94%-
XYZ34.5133.3423.03-
YUV156.99108.26148.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=40.70%
G=32.60%
B=26.70%

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
Decimal18614912200.200.340.2725.3131.6860.39
HexBA957A014221B19203c
Octal2722251720244233314074
Binary101110101001010111110100101001000101101111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA957A; }

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

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

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

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

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

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

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

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