#BF9F94

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

Shades of Quicksand #BF9F94

Tints of Quicksand #BF9F94

Color information

#BF9F94 (or 0xBF9F94) is unknown color: approx Quicksand. HEX triplet: BF, 9F and 94. RGB value is (191,159,148). Sum of RGB (Red+Green+Blue) = 191+159+148=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F94 is #40606B. Grayscale: #A7A7A7. Windows color (decimal): -4218988 or 9740223. OLE color: 9740223.

HSL color Cylindrical-coordinate representation of color #BF9F94: hue angle of 15.35º degrees, saturation: 0.25, 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 #BF9F94 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191159148-
CMYK00.170.230.25
HSL15.35º25.15%66.47%-
HSV(B)15.35º22.51%74.9%-
XYZ39.2338.0133.29-
YUV167.31117.1144.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=38.35%
G=31.93%
B=29.72%

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
Decimal19115914800.170.230.2515.3525.1566.47
HexBF9F940111719f1942
Octal27723722402127311731102
Binary10111111100111111001010001000110111110011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F94; }

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

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

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

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

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

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

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

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