#BC978A

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

Shades of Quicksand #BC978A

Tints of Quicksand #BC978A

Color information

#BC978A (or 0xBC978A) is unknown color: approx Quicksand. HEX triplet: BC, 97 and 8A. RGB value is (188,151,138). Sum of RGB (Red+Green+Blue) = 188+151+138=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC978A is #436875. Grayscale: #A0A0A0. Windows color (decimal): -4417654 or 9082812. OLE color: 9082812.

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

Color convert

RGB188151138-
CMYK00.200.270.26
HSL15.6º27.17%63.92%-
HSV(B)15.6º26.6%73.73%-
XYZ36.3934.6628.82-
YUV160.58115.26147.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=39.41%
G=31.66%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815113800.200.270.2615.627.1763.92
HexBC978A0141B1A101b40
Octal27422721202433322033100
Binary101111001001011110001010010100110111101010000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC978A; }

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

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

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

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

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

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

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

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