#BF9B8D

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

Shades of Quicksand #BF9B8D

Tints of Quicksand #BF9B8D

Color information

#BF9B8D (or 0xBF9B8D) is unknown color: approx Quicksand. HEX triplet: BF, 9B and 8D. RGB value is (191,155,141). Sum of RGB (Red+Green+Blue) = 191+155+141=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9B8D is #406472. Grayscale: #A4A4A4. Windows color (decimal): -4220019 or 9280447. OLE color: 9280447.

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

Color convert

RGB191155141-
CMYK00.190.260.25
HSL16.8º28.09%65.1%-
HSV(B)16.8º26.18%74.9%-
XYZ38.0136.4430.23-
YUV164.17114.93147.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 155 (60.94% from 255) = 31.83%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=39.22%
G=31.83%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115514100.190.260.2516.828.0965.1
HexBF9B8D0131A19111c41
Octal27723321502332312134101
Binary101111111001101110001101010011110101100110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B8D; }

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

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

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

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

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

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

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

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