#BF9180

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

Shades of Quicksand #BF9180

Tints of Quicksand #BF9180

Color information

#BF9180 (or 0xBF9180) is unknown color: approx Quicksand. HEX triplet: BF, 91 and 80. RGB value is (191,145,128). Sum of RGB (Red+Green+Blue) = 191+145+128=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9180 is #406E7F. Grayscale: #9C9C9C. Windows color (decimal): -4222592 or 8425919. OLE color: 8425919.

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

Color convert

RGB191145128-
CMYK00.240.330.25
HSL16.19º32.98%62.55%-
HSV(B)16.19º32.98%74.9%-
XYZ35.5132.8924.9-
YUV156.82111.74152.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=41.16%
G=31.25%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114512800.240.330.2516.1932.9862.55
HexBF9180018211910213f
Octal2772212000304131204177
Binary1011111110010001100000000110001000011100110000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9180; }

 p { color: rgb(191,145,128); }

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

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

 a { background-color: rgb(191,145,128); }

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

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

 span { border-color: rgb(191,145,128); }

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