#BF978D

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

Shades of Quicksand #BF978D

Tints of Quicksand #BF978D

Color information

#BF978D (or 0xBF978D) is unknown color: approx Quicksand. HEX triplet: BF, 97 and 8D. RGB value is (191,151,141). Sum of RGB (Red+Green+Blue) = 191+151+141=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF978D is #406872. Grayscale: #A1A1A1. Windows color (decimal): -4221043 or 9279423. OLE color: 9279423.

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

Color convert

RGB191151141-
CMYK00.210.260.25
HSL12º28.09%65.1%-
HSV(B)12º26.18%74.9%-
XYZ37.3635.1330.01-
YUV161.82116.25148.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=39.54%
G=31.26%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115114100.210.260.251228.0965.1
HexBF978D0151A19c1c41
Octal27722721502532311434101
Binary10111111100101111000110101010111010110011100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF978D; }

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

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

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

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

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

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

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

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