#BF9890

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

Shades of Quicksand #BF9890

Tints of Quicksand #BF9890

Color information

#BF9890 (or 0xBF9890) is unknown color: approx Quicksand. HEX triplet: BF, 98 and 90. RGB value is (191,152,144). Sum of RGB (Red+Green+Blue) = 191+152+144=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9890 is #40676F. Grayscale: #A2A2A2. Windows color (decimal): -4220784 or 9476287. OLE color: 9476287.

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

Color convert

RGB191152144-
CMYK00.200.250.25
HSL10.21º26.86%65.69%-
HSV(B)10.21º24.61%74.9%-
XYZ37.7535.5531.26-
YUV162.75117.42148.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 144 (56.64% from 255) = 29.57%
R=39.22%
G=31.21%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115214400.200.250.2510.2126.8665.69
HexBF98900141919a1b42
Octal27723022002431311233102
Binary10111111100110001001000001010011001110011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9890; }

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

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

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

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

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

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

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

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