#BC9891

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

Shades of Quicksand #BC9891

Tints of Quicksand #BC9891

Color information

#BC9891 (or 0xBC9891) is unknown color: approx Quicksand. HEX triplet: BC, 98 and 91. RGB value is (188,152,145). Sum of RGB (Red+Green+Blue) = 188+152+145=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9891 is #43676E. Grayscale: #A2A2A2. Windows color (decimal): -4417391 or 9541820. OLE color: 9541820.

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

Color convert

RGB188152145-
CMYK00.190.230.26
HSL9.77º24.29%65.29%-
HSV(B)9.77º22.87%73.73%-
XYZ37.0835.1931.63-
YUV161.97118.43146.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 145 (57.03% from 255) = 29.90%
R=38.76%
G=31.34%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815214500.190.230.269.7724.2965.29
HexBC9891013171Aa1841
Octal27423022102327321230101
Binary10111100100110001001000101001110111110101010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9891; }

 p { color: rgb(188,152,145); }

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

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

 a { background-color: rgb(188,152,145); }

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

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

 span { border-color: rgb(188,152,145); }

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