#BF9F92

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

Shades of Quicksand #BF9F92

Tints of Quicksand #BF9F92

Color information

#BF9F92 (or 0xBF9F92) is unknown color: approx Quicksand. HEX triplet: BF, 9F and 92. RGB value is (191,159,146). Sum of RGB (Red+Green+Blue) = 191+159+146=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F92 is #40606D. Grayscale: #A7A7A7. Windows color (decimal): -4218990 or 9609151. OLE color: 9609151.

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

Color convert

RGB191159146-
CMYK00.170.240.25
HSL17.33º26.01%66.08%-
HSV(B)17.33º23.56%74.9%-
XYZ39.0737.9532.46-
YUV167.09116.1145.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=38.51%
G=32.06%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115914600.170.240.2517.3326.0166.08
HexBF9F920111819111a42
Octal27723722202130312132102
Binary101111111001111110010010010001110001100110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F92; }

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

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

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

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

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

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

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

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