#BF9891

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

Shades of Quicksand #BF9891

Tints of Quicksand #BF9891

Color information

#BF9891 (or 0xBF9891) is unknown color: approx Quicksand. HEX triplet: BF, 98 and 91. RGB value is (191,152,145). Sum of RGB (Red+Green+Blue) = 191+152+145=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9891 is #40676E. Grayscale: #A2A2A2. Windows color (decimal): -4220783 or 9541823. OLE color: 9541823.

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

Color convert

RGB191152145-
CMYK00.200.240.25
HSL9.13º26.44%65.88%-
HSV(B)9.13º24.08%74.9%-
XYZ37.8235.5831.66-
YUV162.86117.92148.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=39.14%
G=31.15%
B=29.71%

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
Decimal19115214500.200.240.259.1326.4465.88
HexBF9891014181991a42
Octal27723022102430311132102
Binary10111111100110001001000101010011000110011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9891; }

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

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

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

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

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

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

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

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