#BF9E90

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

Shades of Quicksand #BF9E90

Tints of Quicksand #BF9E90

Color information

#BF9E90 (or 0xBF9E90) is unknown color: approx Quicksand. HEX triplet: BF, 9E and 90. RGB value is (191,158,144). Sum of RGB (Red+Green+Blue) = 191+158+144=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E90 is #40616F. Grayscale: #A6A6A6. Windows color (decimal): -4219248 or 9477823. OLE color: 9477823.

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

Color convert

RGB191158144-
CMYK00.170.250.25
HSL17.87º26.86%65.69%-
HSV(B)17.87º24.61%74.9%-
XYZ38.7537.5431.59-
YUV166.27115.43145.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 144 (56.64% from 255) = 29.21%
R=38.74%
G=32.05%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115814400.170.250.2517.8726.8665.69
HexBF9E900111919121b42
Octal27723622002131312233102
Binary101111111001111010010000010001110011100110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E90; }

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

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

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

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

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

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

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

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