#BC9991

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

Shades of Quicksand #BC9991

Tints of Quicksand #BC9991

Color information

#BC9991 (or 0xBC9991) is unknown color: approx Quicksand. HEX triplet: BC, 99 and 91. RGB value is (188,153,145). Sum of RGB (Red+Green+Blue) = 188+153+145=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9991 is #43666E. Grayscale: #A2A2A2. Windows color (decimal): -4417135 or 9542076. OLE color: 9542076.

HSL color Cylindrical-coordinate representation of color #BC9991: hue angle of 11.16º 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 #BC9991 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188153145-
CMYK00.190.230.26
HSL11.16º24.29%65.29%-
HSV(B)11.16º22.87%73.73%-
XYZ37.2435.5231.68-
YUV162.55118.1146.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=38.68%
G=31.48%
B=29.84%

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
Decimal18815314500.190.230.2611.1624.2965.29
HexBC9991013171Ab1841
Octal27423122102327321330101
Binary10111100100110011001000101001110111110101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9991; }

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

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

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

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

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

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

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

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