#BF9892

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

Shades of Quicksand #BF9892

Tints of Quicksand #BF9892

Color information

#BF9892 (or 0xBF9892) is unknown color: approx Quicksand. HEX triplet: BF, 98 and 92. RGB value is (191,152,146). Sum of RGB (Red+Green+Blue) = 191+152+146=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9892 is #40676D. Grayscale: #A3A3A3. Windows color (decimal): -4220782 or 9607359. OLE color: 9607359.

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

Color convert

RGB191152146-
CMYK00.200.240.25
HSL26.01%66.08%-
HSV(B)23.56%74.9%-
XYZ37.935.6132.07-
YUV162.98118.42147.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=39.06%
G=31.08%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115214600.200.240.25826.0166.08
HexBF9892014181981a42
Octal27723022202430311032102
Binary10111111100110001001001001010011000110011000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9892; }

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

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

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

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

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

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

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

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