#BA9185

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

Shades of Quicksand #BA9185

Tints of Quicksand #BA9185

Color information

#BA9185 (or 0xBA9185) is unknown color: approx Quicksand. HEX triplet: BA, 91 and 85. RGB value is (186,145,133). Sum of RGB (Red+Green+Blue) = 186+145+133=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9185 is #456E7A. Grayscale: #9B9B9B. Windows color (decimal): -4550267 or 8753594. OLE color: 8753594.

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

Color convert

RGB186145133-
CMYK00.220.280.27
HSL13.58º27.75%62.55%-
HSV(B)13.58º28.49%72.94%-
XYZ34.6132.3826.62-
YUV155.89115.08149.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=40.09%
G=31.25%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614513300.220.280.2713.5827.7562.55
HexBA91850161C1Be1c3f
Octal2722212050263433163477
Binary1011101010010001100001010101101110011011111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9185; }

 p { color: rgb(186,145,133); }

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

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

 a { background-color: rgb(186,145,133); }

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

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

 span { border-color: rgb(186,145,133); }

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