#BF9785

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

Shades of Quicksand #BF9785

Tints of Quicksand #BF9785

Color information

#BF9785 (or 0xBF9785) is unknown color: approx Quicksand. HEX triplet: BF, 97 and 85. RGB value is (191,151,133). Sum of RGB (Red+Green+Blue) = 191+151+133=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9785 is #40687A. Grayscale: #A1A1A1. Windows color (decimal): -4221051 or 8755135. OLE color: 8755135.

HSL color Cylindrical-coordinate representation of color #BF9785: hue angle of 18.62º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF9785 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191151133-
CMYK00.210.300.25
HSL18.62º31.18%63.53%-
HSV(B)18.62º30.37%74.9%-
XYZ36.7934.926.99-
YUV160.91112.25149.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 133 (52.34% from 255) = 28%
R=40.21%
G=31.79%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115113300.210.300.2518.6231.1863.53
HexBF97850151E19131f40
Octal27722720502536312337100
Binary101111111001011110000101010101111101100110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9785; }

 p { color: rgb(191,151,133); }

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

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

 a { background-color: rgb(191,151,133); }

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

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

 span { border-color: rgb(191,151,133); }

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