#BA9388

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

Shades of Quicksand #BA9388

Tints of Quicksand #BA9388

Color information

#BA9388 (or 0xBA9388) is unknown color: approx Quicksand. HEX triplet: BA, 93 and 88. RGB value is (186,147,136). Sum of RGB (Red+Green+Blue) = 186+147+136=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9388 is #456C77. Grayscale: #9D9D9D. Windows color (decimal): -4549752 or 8950714. OLE color: 8950714.

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

Color convert

RGB186147136-
CMYK00.210.270.27
HSL13.2º26.6%63.14%-
HSV(B)13.2º26.88%72.94%-
XYZ35.1333.0827.83-
YUV157.41115.92148.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=39.66%
G=31.34%
B=29.00%

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
Decimal18614713600.210.270.2713.226.663.14
HexBA93880151B1Bd1b3f
Octal2722232100253333153377
Binary1011101010010011100010000101011101111011110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9388; }

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

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

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

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

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

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

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

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