#BF988D

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

Shades of Quicksand #BF988D

Tints of Quicksand #BF988D

Color information

#BF988D (or 0xBF988D) is unknown color: approx Quicksand. HEX triplet: BF, 98 and 8D. RGB value is (191,152,141). Sum of RGB (Red+Green+Blue) = 191+152+141=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF988D is #406772. Grayscale: #A2A2A2. Windows color (decimal): -4220787 or 9279679. OLE color: 9279679.

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

Color convert

RGB191152141-
CMYK00.200.260.25
HSL13.2º28.09%65.1%-
HSV(B)13.2º26.18%74.9%-
XYZ37.5235.4630.07-
YUV162.41115.92148.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=39.46%
G=31.40%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115214100.200.260.2513.228.0965.1
HexBF988D0141A19d1c41
Octal27723021502432311534101
Binary10111111100110001000110101010011010110011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF988D; }

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

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

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

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

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

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

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

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