#BF9991

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

Shades of Quicksand #BF9991

Tints of Quicksand #BF9991

Color information

#BF9991 (or 0xBF9991) is unknown color: approx Quicksand. HEX triplet: BF, 99 and 91. RGB value is (191,153,145). Sum of RGB (Red+Green+Blue) = 191+153+145=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9991 is #40666E. Grayscale: #A3A3A3. Windows color (decimal): -4220527 or 9542079. OLE color: 9542079.

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

Color convert

RGB191153145-
CMYK00.200.240.25
HSL10.43º26.44%65.88%-
HSV(B)10.43º24.08%74.9%-
XYZ37.9935.931.72-
YUV163.45117.59147.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=39.06%
G=31.29%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115314500.200.240.2510.4326.4465.88
HexBF99910141819a1a42
Octal27723122102430311232102
Binary10111111100110011001000101010011000110011010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9991; }

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

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

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

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

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

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

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

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