#BF9A90

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

Shades of Quicksand #BF9A90

Tints of Quicksand #BF9A90

Color information

#BF9A90 (or 0xBF9A90) is unknown color: approx Quicksand. HEX triplet: BF, 9A and 90. RGB value is (191,154,144). Sum of RGB (Red+Green+Blue) = 191+154+144=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A90 is #40656F. Grayscale: #A4A4A4. Windows color (decimal): -4220272 or 9476799. OLE color: 9476799.

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

Color convert

RGB191154144-
CMYK00.190.250.25
HSL12.77º26.86%65.69%-
HSV(B)12.77º24.61%74.9%-
XYZ38.0836.231.37-
YUV163.92116.76147.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=39.06%
G=31.49%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115414400.190.250.2512.7726.8665.69
HexBF9A900131919d1b42
Octal27723222002331311533102
Binary10111111100110101001000001001111001110011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A90; }

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

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

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

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

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

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

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

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