#BF9F93

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

Shades of Quicksand #BF9F93

Tints of Quicksand #BF9F93

Color information

#BF9F93 (or 0xBF9F93) is unknown color: approx Quicksand. HEX triplet: BF, 9F and 93. RGB value is (191,159,147). Sum of RGB (Red+Green+Blue) = 191+159+147=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F93 is #40606C. Grayscale: #A7A7A7. Windows color (decimal): -4218989 or 9674687. OLE color: 9674687.

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

Color convert

RGB191159147-
CMYK00.170.230.25
HSL16.36º25.58%66.27%-
HSV(B)16.36º23.04%74.9%-
XYZ39.1537.9832.87-
YUV167.2116.6144.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=38.43%
G=31.99%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115914700.170.230.2516.3625.5866.27
HexBF9F930111719101a42
Octal27723722302127312032102
Binary101111111001111110010011010001101111100110000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F93; }

 p { color: rgb(191,159,147); }

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

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

 a { background-color: rgb(191,159,147); }

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

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

 span { border-color: rgb(191,159,147); }

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