#BA9387

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

Shades of Quicksand #BA9387

Tints of Quicksand #BA9387

Color information

#BA9387 (or 0xBA9387) is unknown color: approx Quicksand. HEX triplet: BA, 93 and 87. RGB value is (186,147,135). Sum of RGB (Red+Green+Blue) = 186+147+135=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9387 is #456C78. Grayscale: #9D9D9D. Windows color (decimal): -4549753 or 8885178. OLE color: 8885178.

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

Color convert

RGB186147135-
CMYK00.210.270.27
HSL14.12º26.98%62.94%-
HSV(B)14.12º27.42%72.94%-
XYZ35.0633.0627.45-
YUV157.29115.42148.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 135 (53.12% from 255) = 28.85%
R=39.74%
G=31.41%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614713500.210.270.2714.1226.9862.94
HexBA93870151B1Be1b3f
Octal2722232070253333163377
Binary1011101010010011100001110101011101111011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9387; }

 p { color: rgb(186,147,135); }

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

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

 a { background-color: rgb(186,147,135); }

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

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

 span { border-color: rgb(186,147,135); }

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