#BC9A93

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

Shades of Quicksand #BC9A93

Tints of Quicksand #BC9A93

Color information

#BC9A93 (or 0xBC9A93) is unknown color: approx Quicksand. HEX triplet: BC, 9A and 93. RGB value is (188,154,147). Sum of RGB (Red+Green+Blue) = 188+154+147=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9A93 is #43656C. Grayscale: #A3A3A3. Windows color (decimal): -4416877 or 9673404. OLE color: 9673404.

HSL color Cylindrical-coordinate representation of color #BC9A93: hue angle of 10.24º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9A93 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188154147-
CMYK00.180.220.26
HSL10.24º23.43%65.69%-
HSV(B)10.24º21.81%73.73%-
XYZ37.5635.9132.56-
YUV163.37118.76145.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=38.45%
G=31.49%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815414700.180.220.2610.2423.4365.69
HexBC9A93012161Aa1742
Octal27423222302226321227102
Binary10111100100110101001001101001010110110101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A93; }

 p { color: rgb(188,154,147); }

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

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

 a { background-color: rgb(188,154,147); }

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

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

 span { border-color: rgb(188,154,147); }

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