#BC9992

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

Shades of Quicksand #BC9992

Tints of Quicksand #BC9992

Color information

#BC9992 (or 0xBC9992) is unknown color: approx Quicksand. HEX triplet: BC, 99 and 92. RGB value is (188,153,146). Sum of RGB (Red+Green+Blue) = 188+153+146=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9992 is #43666D. Grayscale: #A2A2A2. Windows color (decimal): -4417134 or 9607612. OLE color: 9607612.

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

Color convert

RGB188153146-
CMYK00.190.220.26
HSL10º23.86%65.49%-
HSV(B)10º22.34%73.73%-
XYZ37.3235.5532.09-
YUV162.67118.6146.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=38.60%
G=31.42%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815314600.190.220.261023.8665.49
HexBC9992013161Aa1841
Octal27423122202326321230101
Binary10111100100110011001001001001110110110101010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9992; }

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

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

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

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

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

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

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

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