#BF9A94

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

Shades of Quicksand #BF9A94

Tints of Quicksand #BF9A94

Color information

#BF9A94 (or 0xBF9A94) is unknown color: approx Quicksand. HEX triplet: BF, 9A and 94. RGB value is (191,154,148). Sum of RGB (Red+Green+Blue) = 191+154+148=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A94 is #40656B. Grayscale: #A4A4A4. Windows color (decimal): -4220268 or 9738943. OLE color: 9738943.

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

Color convert

RGB191154148-
CMYK00.190.230.25
HSL8.37º25.15%66.47%-
HSV(B)8.37º22.51%74.9%-
XYZ38.3936.3333.01-
YUV164.38118.76146.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=38.74%
G=31.24%
B=30.02%

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
Decimal19115414800.190.230.258.3725.1566.47
HexBF9A94013171981942
Octal27723222402327311031102
Binary10111111100110101001010001001110111110011000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A94; }

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

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

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

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

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

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

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

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