#BF9D8C

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

Shades of Quicksand #BF9D8C

Tints of Quicksand #BF9D8C

Color information

#BF9D8C (or 0xBF9D8C) is unknown color: approx Quicksand. HEX triplet: BF, 9D and 8C. RGB value is (191,157,140). Sum of RGB (Red+Green+Blue) = 191+157+140=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D8C is #406273. Grayscale: #A5A5A5. Windows color (decimal): -4219508 or 9215423. OLE color: 9215423.

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

Color convert

RGB191157140-
CMYK00.180.270.25
HSL20º28.49%64.9%-
HSV(B)20º26.7%74.9%-
XYZ38.2837.0829.95-
YUV165.23113.76146.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=39.14%
G=32.17%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115714000.180.270.252028.4964.9
HexBF9D8C0121B19141c41
Octal27723521402233312434101
Binary101111111001110110001100010010110111100110100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D8C; }

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

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

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

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

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

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

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

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