#BF9992

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

Shades of Quicksand #BF9992

Tints of Quicksand #BF9992

Color information

#BF9992 (or 0xBF9992) is unknown color: approx Quicksand. HEX triplet: BF, 99 and 92. RGB value is (191,153,146). Sum of RGB (Red+Green+Blue) = 191+153+146=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9992 is #40666D. Grayscale: #A3A3A3. Windows color (decimal): -4220526 or 9607615. OLE color: 9607615.

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

Color convert

RGB191153146-
CMYK00.200.240.25
HSL9.33º26.01%66.08%-
HSV(B)9.33º23.56%74.9%-
XYZ38.0735.9332.12-
YUV163.56118.09147.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=38.98%
G=31.22%
B=29.80%

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
Decimal19115314600.200.240.259.3326.0166.08
HexBF9992014181991a42
Octal27723122202430311132102
Binary10111111100110011001001001010011000110011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9992; }

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

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

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

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

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

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

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

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