#BFA094

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

Shades of Quicksand #BFA094

Tints of Quicksand #BFA094

Color information

#BFA094 (or 0xBFA094) is unknown color: approx Quicksand. HEX triplet: BF, A0 and 94. RGB value is (191,160,148). Sum of RGB (Red+Green+Blue) = 191+160+148=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA094 is #405F6B. Grayscale: #A7A7A7. Windows color (decimal): -4218732 or 9740479. OLE color: 9740479.

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

Color convert

RGB191160148-
CMYK00.160.230.25
HSL16.74º25.15%66.47%-
HSV(B)16.74º22.51%74.9%-
XYZ39.438.3633.34-
YUV167.9116.77144.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=38.28%
G=32.06%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116014800.160.230.2516.7425.1566.47
HexBFA0940101719111942
Octal27724022402027312131102
Binary101111111010000010010100010000101111100110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA094; }

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

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

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

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

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

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

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

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