#BF9D8E

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

Shades of Quicksand #BF9D8E

Tints of Quicksand #BF9D8E

Color information

#BF9D8E (or 0xBF9D8E) is unknown color: approx Quicksand. HEX triplet: BF, 9D and 8E. RGB value is (191,157,142). Sum of RGB (Red+Green+Blue) = 191+157+142=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D8E is #406271. Grayscale: #A5A5A5. Windows color (decimal): -4219506 or 9346495. OLE color: 9346495.

HSL color Cylindrical-coordinate representation of color #BF9D8E: hue angle of 18.37º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF9D8E is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191157142-
CMYK00.180.260.25
HSL18.37º27.68%65.29%-
HSV(B)18.37º25.65%74.9%-
XYZ38.4337.1430.74-
YUV165.46114.76146.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=38.98%
G=32.04%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115714200.180.260.2518.3727.6865.29
HexBF9D8E0121A19121c41
Octal27723521602232312234101
Binary101111111001110110001110010010110101100110010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D8E; }

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

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

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

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

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

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

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

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