#BC968E

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

Shades of Quicksand #BC968E

Tints of Quicksand #BC968E

Color information

#BC968E (or 0xBC968E) is unknown color: approx Quicksand. HEX triplet: BC, 96 and 8E. RGB value is (188,150,142). Sum of RGB (Red+Green+Blue) = 188+150+142=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC968E is #436971. Grayscale: #A0A0A0. Windows color (decimal): -4417906 or 9344700. OLE color: 9344700.

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

Color convert

RGB188150142-
CMYK00.200.240.26
HSL10.43º25.56%64.71%-
HSV(B)10.43º24.47%73.73%-
XYZ36.5334.4630.32-
YUV160.45117.59147.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=39.17%
G=31.25%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815014200.200.240.2610.4325.5664.71
HexBC968E014181Aa1a41
Octal27422621602430321232101
Binary10111100100101101000111001010011000110101010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC968E; }

 p { color: rgb(188,150,142); }

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

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

 a { background-color: rgb(188,150,142); }

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

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

 span { border-color: rgb(188,150,142); }

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