#BF968D

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

Shades of Quicksand #BF968D

Tints of Quicksand #BF968D

Color information

#BF968D (or 0xBF968D) is unknown color: approx Quicksand. HEX triplet: BF, 96 and 8D. RGB value is (191,150,141). Sum of RGB (Red+Green+Blue) = 191+150+141=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF968D is #406972. Grayscale: #A1A1A1. Windows color (decimal): -4221299 or 9279167. OLE color: 9279167.

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

Color convert

RGB191150141-
CMYK00.210.260.25
HSL10.8º28.09%65.1%-
HSV(B)10.8º26.18%74.9%-
XYZ37.234.8129.96-
YUV161.23116.58149.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=39.63%
G=31.12%
B=29.25%

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
Decimal19115014100.210.260.2510.828.0965.1
HexBF968D0151A19b1c41
Octal27722621502532311334101
Binary10111111100101101000110101010111010110011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF968D; }

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

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

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

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

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

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

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

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