#BA9287

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

Shades of Quicksand #BA9287

Tints of Quicksand #BA9287

Color information

#BA9287 (or 0xBA9287) is unknown color: approx Quicksand. HEX triplet: BA, 92 and 87. RGB value is (186,146,135). Sum of RGB (Red+Green+Blue) = 186+146+135=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9287 is #456D78. Grayscale: #9C9C9C. Windows color (decimal): -4550009 or 8884922. OLE color: 8884922.

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

Color convert

RGB186146135-
CMYK00.220.270.27
HSL12.94º26.98%62.94%-
HSV(B)12.94º27.42%72.94%-
XYZ34.932.7527.4-
YUV156.71115.75148.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=39.83%
G=31.26%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614613500.220.270.2712.9426.9862.94
HexBA92870161B1Bd1b3f
Octal2722222070263333153377
Binary1011101010010010100001110101101101111011110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9287; }

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

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

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

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

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

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

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

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