#BF958D

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

Shades of Quicksand #BF958D

Tints of Quicksand #BF958D

Color information

#BF958D (or 0xBF958D) is unknown color: approx Quicksand. HEX triplet: BF, 95 and 8D. RGB value is (191,149,141). Sum of RGB (Red+Green+Blue) = 191+149+141=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF958D is #406A72. Grayscale: #A0A0A0. Windows color (decimal): -4221555 or 9278911. OLE color: 9278911.

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

Color convert

RGB191149141-
CMYK00.220.260.25
HSL9.6º28.09%65.1%-
HSV(B)9.6º26.18%74.9%-
XYZ37.0434.4929.91-
YUV160.65116.91149.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=39.71%
G=30.98%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114914100.220.260.259.628.0965.1
HexBF958D0161A19a1c41
Octal27722521502632311234101
Binary10111111100101011000110101011011010110011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF958D; }

 p { color: rgb(191,149,141); }

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

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

 a { background-color: rgb(191,149,141); }

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

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

 span { border-color: rgb(191,149,141); }

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