#BF988F

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

Shades of Quicksand #BF988F

Tints of Quicksand #BF988F

Color information

#BF988F (or 0xBF988F) is unknown color: approx Quicksand. HEX triplet: BF, 98 and 8F. RGB value is (191,152,143). Sum of RGB (Red+Green+Blue) = 191+152+143=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF988F is #406770. Grayscale: #A2A2A2. Windows color (decimal): -4220785 or 9410751. OLE color: 9410751.

HSL color Cylindrical-coordinate representation of color #BF988F: hue angle of 11.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF988F is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191152143-
CMYK00.200.250.25
HSL11.25º27.27%65.49%-
HSV(B)11.25º25.13%74.9%-
XYZ37.6735.5230.86-
YUV162.63116.92148.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=39.30%
G=31.28%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115214300.200.250.2511.2527.2765.49
HexBF988F0141919b1b41
Octal27723021702431311333101
Binary10111111100110001000111101010011001110011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF988F; }

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

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

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

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

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

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

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

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