#BF9F97

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

Shades of Quicksand #BF9F97

Tints of Quicksand #BF9F97

Color information

#BF9F97 (or 0xBF9F97) is unknown color: approx Quicksand. HEX triplet: BF, 9F and 97. RGB value is (191,159,151). Sum of RGB (Red+Green+Blue) = 191+159+151=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F97 is #406068. Grayscale: #A7A7A7. Windows color (decimal): -4218985 or 9936831. OLE color: 9936831.

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

Color convert

RGB191159151-
CMYK00.170.210.25
HSL12º23.81%67.06%-
HSV(B)12º20.94%74.9%-
XYZ39.4738.1134.55-
YUV167.66118.6144.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=38.12%
G=31.74%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115915100.170.210.251223.8167.06
HexBF9F970111519c1843
Octal27723722702125311430103
Binary10111111100111111001011101000110101110011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F97; }

 p { color: rgb(191,159,151); }

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

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

 a { background-color: rgb(191,159,151); }

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

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

 span { border-color: rgb(191,159,151); }

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