#BF9994

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

Shades of Quicksand #BF9994

Tints of Quicksand #BF9994

Color information

#BF9994 (or 0xBF9994) is unknown color: approx Quicksand. HEX triplet: BF, 99 and 94. RGB value is (191,153,148). Sum of RGB (Red+Green+Blue) = 191+153+148=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9994 is #40666B. Grayscale: #A3A3A3. Windows color (decimal): -4220524 or 9738687. OLE color: 9738687.

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

Color convert

RGB191153148-
CMYK00.200.230.25
HSL6.98º25.15%66.47%-
HSV(B)6.98º22.51%74.9%-
XYZ38.223632.95-
YUV163.79119.09147.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=38.82%
G=31.10%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115314800.200.230.256.9825.1566.47
HexBF9994014171971942
Octal2772312240242731731102
Binary1011111110011001100101000101001011111001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9994; }

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

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

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

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

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

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

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

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