#BC978D

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

Shades of Quicksand #BC978D

Tints of Quicksand #BC978D

Color information

#BC978D (or 0xBC978D) is unknown color: approx Quicksand. HEX triplet: BC, 97 and 8D. RGB value is (188,151,141). Sum of RGB (Red+Green+Blue) = 188+151+141=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC978D is #436872. Grayscale: #A0A0A0. Windows color (decimal): -4417651 or 9279420. OLE color: 9279420.

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

Color convert

RGB188151141-
CMYK00.200.250.26
HSL12.77º25.97%64.51%-
HSV(B)12.77º25%73.73%-
XYZ36.6134.7529.98-
YUV160.92116.76147.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=39.17%
G=31.46%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815114100.200.250.2612.7725.9764.51
HexBC978D014191Ad1a41
Octal27422721502431321532101
Binary10111100100101111000110101010011001110101101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC978D; }

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

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

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

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

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

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

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

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