#BF9D96

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

Shades of Quicksand #BF9D96

Tints of Quicksand #BF9D96

Color information

#BF9D96 (or 0xBF9D96) is unknown color: approx Quicksand. HEX triplet: BF, 9D and 96. RGB value is (191,157,150). Sum of RGB (Red+Green+Blue) = 191+157+150=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D96 is #406269. Grayscale: #A6A6A6. Windows color (decimal): -4219498 or 9870783. OLE color: 9870783.

HSL color Cylindrical-coordinate representation of color #BF9D96: hue angle of 10.24º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF9D96 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB191157150-
CMYK00.180.210.25
HSL10.24º24.26%66.86%-
HSV(B)10.24º21.47%74.9%-
XYZ39.0537.3934.01-
YUV166.37118.76145.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=38.35%
G=31.53%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115715000.180.210.2510.2424.2666.86
HexBF9D960121519a1843
Octal27723522602225311230103
Binary10111111100111011001011001001010101110011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D96; }

 p { color: rgb(191,157,150); }

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

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

 a { background-color: rgb(191,157,150); }

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

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

 span { border-color: rgb(191,157,150); }

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