#BF968E

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

Shades of Quicksand #BF968E

Tints of Quicksand #BF968E

Color information

#BF968E (or 0xBF968E) is unknown color: approx Quicksand. HEX triplet: BF, 96 and 8E. RGB value is (191,150,142). Sum of RGB (Red+Green+Blue) = 191+150+142=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF968E is #406971. Grayscale: #A1A1A1. Windows color (decimal): -4221298 or 9344703. OLE color: 9344703.

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

Color convert

RGB191150142-
CMYK00.210.260.25
HSL9.8º27.68%65.29%-
HSV(B)9.8º25.65%74.9%-
XYZ37.2734.8430.35-
YUV161.35117.08149.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=39.54%
G=31.06%
B=29.40%

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
Decimal19115014200.210.260.259.827.6865.29
HexBF968E0151A19a1c41
Octal27722621602532311234101
Binary10111111100101101000111001010111010110011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF968E; }

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

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

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

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

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

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

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

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