#BF9C90

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

Shades of Quicksand #BF9C90

Tints of Quicksand #BF9C90

Color information

#BF9C90 (or 0xBF9C90) is unknown color: approx Quicksand. HEX triplet: BF, 9C and 90. RGB value is (191,156,144). Sum of RGB (Red+Green+Blue) = 191+156+144=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C90 is #40636F. Grayscale: #A5A5A5. Windows color (decimal): -4219760 or 9477311. OLE color: 9477311.

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

Color convert

RGB191156144-
CMYK00.180.250.25
HSL15.32º26.86%65.69%-
HSV(B)15.32º24.61%74.9%-
XYZ38.4136.8731.48-
YUV165.1116.1146.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=38.90%
G=31.77%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115614400.180.250.2515.3226.8665.69
HexBF9C900121919f1b42
Octal27723422002231311733102
Binary10111111100111001001000001001011001110011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C90; }

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

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

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

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

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

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

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

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