#BF9C8D

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

Shades of Quicksand #BF9C8D

Tints of Quicksand #BF9C8D

Color information

#BF9C8D (or 0xBF9C8D) is unknown color: approx Quicksand. HEX triplet: BF, 9C and 8D. RGB value is (191,156,141). Sum of RGB (Red+Green+Blue) = 191+156+141=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C8D is #406372. Grayscale: #A4A4A4. Windows color (decimal): -4219763 or 9280703. OLE color: 9280703.

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

Color convert

RGB191156141-
CMYK00.180.260.25
HSL18º28.09%65.1%-
HSV(B)18º26.18%74.9%-
XYZ38.1836.7830.29-
YUV164.76114.6146.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=39.14%
G=31.97%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115614100.180.260.251828.0965.1
HexBF9C8D0121A19121c41
Octal27723421502232312234101
Binary101111111001110010001101010010110101100110010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C8D; }

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

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

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

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

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

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

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

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