#BF9D91

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

Shades of Quicksand #BF9D91

Tints of Quicksand #BF9D91

Color information

#BF9D91 (or 0xBF9D91) is unknown color: approx Quicksand. HEX triplet: BF, 9D and 91. RGB value is (191,157,145). Sum of RGB (Red+Green+Blue) = 191+157+145=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D91 is #40626E. Grayscale: #A5A5A5. Windows color (decimal): -4219503 or 9543103. OLE color: 9543103.

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

Color convert

RGB191157145-
CMYK00.180.240.25
HSL15.65º26.44%65.88%-
HSV(B)15.65º24.08%74.9%-
XYZ38.6537.2331.94-
YUV165.8116.26145.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 145 (57.03% from 255) = 29.41%
R=38.74%
G=31.85%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115714500.180.240.2515.6526.4465.88
HexBF9D910121819101a42
Octal27723522102230312032102
Binary101111111001110110010001010010110001100110000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D91; }

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

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

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

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

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

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

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

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