#BA9288

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

Shades of Quicksand #BA9288

Tints of Quicksand #BA9288

Color information

#BA9288 (or 0xBA9288) is unknown color: approx Quicksand. HEX triplet: BA, 92 and 88. RGB value is (186,146,136). Sum of RGB (Red+Green+Blue) = 186+146+136=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9288 is #456D77. Grayscale: #9C9C9C. Windows color (decimal): -4550008 or 8950458. OLE color: 8950458.

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

Color convert

RGB186146136-
CMYK00.220.270.27
HSL12º26.6%63.14%-
HSV(B)12º26.88%72.94%-
XYZ34.9732.7727.78-
YUV156.82116.25148.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 146 (57.42% from 255) = 31.20%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=39.74%
G=31.20%
B=29.06%

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
Decimal18614613600.220.270.271226.663.14
HexBA92880161B1Bc1b3f
Octal2722222100263333143377
Binary1011101010010010100010000101101101111011110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9288; }

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

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

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

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

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

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

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

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