#BF9D8F

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

Shades of Quicksand #BF9D8F

Tints of Quicksand #BF9D8F

Color information

#BF9D8F (or 0xBF9D8F) is unknown color: approx Quicksand. HEX triplet: BF, 9D and 8F. RGB value is (191,157,143). Sum of RGB (Red+Green+Blue) = 191+157+143=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D8F is #406270. Grayscale: #A5A5A5. Windows color (decimal): -4219505 or 9412031. OLE color: 9412031.

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

Color convert

RGB191157143-
CMYK00.180.250.25
HSL17.5º27.27%65.49%-
HSV(B)17.5º25.13%74.9%-
XYZ38.537.1731.13-
YUV165.57115.26146.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=38.90%
G=31.98%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115714300.180.250.2517.527.2765.49
HexBF9D8F0121919121b41
Octal27723521702231312233101
Binary101111111001110110001111010010110011100110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D8F; }

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

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

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

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

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

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

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

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