#BF9993

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

Shades of Quicksand #BF9993

Tints of Quicksand #BF9993

Color information

#BF9993 (or 0xBF9993) is unknown color: approx Quicksand. HEX triplet: BF, 99 and 93. RGB value is (191,153,147). Sum of RGB (Red+Green+Blue) = 191+153+147=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9993 is #40666C. Grayscale: #A3A3A3. Windows color (decimal): -4220525 or 9673151. OLE color: 9673151.

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

Color convert

RGB191153147-
CMYK00.200.230.25
HSL8.18º25.58%66.27%-
HSV(B)8.18º23.04%74.9%-
XYZ38.1435.9732.54-
YUV163.68118.59147.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=38.90%
G=31.16%
B=29.94%

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
Decimal19115314700.200.230.258.1825.5866.27
HexBF9993014171981a42
Octal27723122302427311032102
Binary10111111100110011001001101010010111110011000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9993; }

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

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

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

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

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

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

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

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