#BF9E93

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

Shades of Quicksand #BF9E93

Tints of Quicksand #BF9E93

Color information

#BF9E93 (or 0xBF9E93) is unknown color: approx Quicksand. HEX triplet: BF, 9E and 93. RGB value is (191,158,147). Sum of RGB (Red+Green+Blue) = 191+158+147=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E93 is #40616C. Grayscale: #A6A6A6. Windows color (decimal): -4219245 or 9674431. OLE color: 9674431.

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

Color convert

RGB191158147-
CMYK00.170.230.25
HSL15º25.58%66.27%-
HSV(B)15º23.04%74.9%-
XYZ38.9837.6432.81-
YUV166.61116.93145.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=38.51%
G=31.85%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115814700.170.230.251525.5866.27
HexBF9E930111719f1a42
Octal27723622302127311732102
Binary10111111100111101001001101000110111110011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E93; }

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

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

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

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

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

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

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

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