#BC9789

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

Shades of Quicksand #BC9789

Tints of Quicksand #BC9789

Color information

#BC9789 (or 0xBC9789) is unknown color: approx Quicksand. HEX triplet: BC, 97 and 89. RGB value is (188,151,137). Sum of RGB (Red+Green+Blue) = 188+151+137=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9789 is #436876. Grayscale: #A0A0A0. Windows color (decimal): -4417655 or 9017276. OLE color: 9017276.

HSL color Cylindrical-coordinate representation of color #BC9789: hue angle of 16.47º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC9789 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188151137-
CMYK00.200.270.26
HSL16.47º27.57%63.73%-
HSV(B)16.47º27.13%73.73%-
XYZ36.3234.6328.44-
YUV160.47114.76147.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=39.50%
G=31.72%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815113700.200.270.2616.4727.5763.73
HexBC97890141B1A101c40
Octal27422721102433322034100
Binary101111001001011110001001010100110111101010000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9789; }

 p { color: rgb(188,151,137); }

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

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

 a { background-color: rgb(188,151,137); }

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

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

 span { border-color: rgb(188,151,137); }

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