#BF9A93

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

Shades of Quicksand #BF9A93

Tints of Quicksand #BF9A93

Color information

#BF9A93 (or 0xBF9A93) is unknown color: approx Quicksand. HEX triplet: BF, 9A and 93. RGB value is (191,154,147). Sum of RGB (Red+Green+Blue) = 191+154+147=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A93 is #40656C. Grayscale: #A4A4A4. Windows color (decimal): -4220269 or 9673407. OLE color: 9673407.

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

Color convert

RGB191154147-
CMYK00.190.230.25
HSL9.55º25.58%66.27%-
HSV(B)9.55º23.04%74.9%-
XYZ38.3136.2932.59-
YUV164.26118.26147.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=38.82%
G=31.30%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115414700.190.230.259.5525.5866.27
HexBF9A930131719a1a42
Octal27723222302327311232102
Binary10111111100110101001001101001110111110011010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A93; }

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

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

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

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

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

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

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

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