#BF9D94

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

Shades of Quicksand #BF9D94

Tints of Quicksand #BF9D94

Color information

#BF9D94 (or 0xBF9D94) is unknown color: approx Quicksand. HEX triplet: BF, 9D and 94. RGB value is (191,157,148). Sum of RGB (Red+Green+Blue) = 191+157+148=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D94 is #40626B. Grayscale: #A6A6A6. Windows color (decimal): -4219500 or 9739711. OLE color: 9739711.

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

Color convert

RGB191157148-
CMYK00.180.230.25
HSL12.56º25.15%66.47%-
HSV(B)12.56º22.51%74.9%-
XYZ38.8937.3333.17-
YUV166.14117.76145.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=38.51%
G=31.65%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115714800.180.230.2512.5625.1566.47
HexBF9D940121719d1942
Octal27723522402227311531102
Binary10111111100111011001010001001010111110011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D94; }

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

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

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

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

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

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

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

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