#BC978F

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

Shades of Quicksand #BC978F

Tints of Quicksand #BC978F

Color information

#BC978F (or 0xBC978F) is unknown color: approx Quicksand. HEX triplet: BC, 97 and 8F. RGB value is (188,151,143). Sum of RGB (Red+Green+Blue) = 188+151+143=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC978F is #436870. Grayscale: #A1A1A1. Windows color (decimal): -4417649 or 9410492. OLE color: 9410492.

HSL color Cylindrical-coordinate representation of color #BC978F: hue angle of 10.67º degrees, saturation: 0.25, 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 #BC978F is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB188151143-
CMYK00.200.240.26
HSL10.67º25.14%64.9%-
HSV(B)10.67º23.94%73.73%-
XYZ36.7634.8130.77-
YUV161.15117.76147.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=39.00%
G=31.33%
B=29.67%

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
Decimal18815114300.200.240.2610.6725.1464.9
HexBC978F014181Ab1941
Octal27422721702430321331101
Binary10111100100101111000111101010011000110101011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC978F; }

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

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

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

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

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

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

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

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