#BF9C93

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

Shades of Quicksand #BF9C93

Tints of Quicksand #BF9C93

Color information

#BF9C93 (or 0xBF9C93) is unknown color: approx Quicksand. HEX triplet: BF, 9C and 93. RGB value is (191,156,147). Sum of RGB (Red+Green+Blue) = 191+156+147=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C93 is #40636C. Grayscale: #A5A5A5. Windows color (decimal): -4219757 or 9673919. OLE color: 9673919.

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

Color convert

RGB191156147-
CMYK00.180.230.25
HSL12.27º25.58%66.27%-
HSV(B)12.27º23.04%74.9%-
XYZ38.6436.9632.7-
YUV165.44117.6146.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=38.66%
G=31.58%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115614700.180.230.2512.2725.5866.27
HexBF9C930121719c1a42
Octal27723422302227311432102
Binary10111111100111001001001101001010111110011100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C93; }

 p { color: rgb(191,156,147); }

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

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

 a { background-color: rgb(191,156,147); }

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

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

 span { border-color: rgb(191,156,147); }

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