#BC978B

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

Shades of Quicksand #BC978B

Tints of Quicksand #BC978B

Color information

#BC978B (or 0xBC978B) is unknown color: approx Quicksand. HEX triplet: BC, 97 and 8B. RGB value is (188,151,139). Sum of RGB (Red+Green+Blue) = 188+151+139=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC978B is #436874. Grayscale: #A0A0A0. Windows color (decimal): -4417653 or 9148348. OLE color: 9148348.

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

Color convert

RGB188151139-
CMYK00.200.260.26
HSL14.69º26.78%64.12%-
HSV(B)14.69º26.06%73.73%-
XYZ36.4734.6929.2-
YUV160.7115.76147.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=39.33%
G=31.59%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815113900.200.260.2614.6926.7864.12
HexBC978B0141A1Af1b40
Octal27422721302432321733100
Binary10111100100101111000101101010011010110101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC978B; }

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

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

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

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

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

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

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

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