#BF978F

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

Shades of Quicksand #BF978F

Tints of Quicksand #BF978F

Color information

#BF978F (or 0xBF978F) is unknown color: approx Quicksand. HEX triplet: BF, 97 and 8F. RGB value is (191,151,143). Sum of RGB (Red+Green+Blue) = 191+151+143=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF978F is #406870. Grayscale: #A2A2A2. Windows color (decimal): -4221041 or 9410495. OLE color: 9410495.

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

Color convert

RGB191151143-
CMYK00.210.250.25
HSL10º27.27%65.49%-
HSV(B)10º25.13%74.9%-
XYZ37.5135.1930.8-
YUV162.05117.25148.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=39.38%
G=31.13%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115114300.210.250.251027.2765.49
HexBF978F0151919a1b41
Octal27722721702531311233101
Binary10111111100101111000111101010111001110011010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF978F; }

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

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

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

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

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

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

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

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