#BF9181

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

Shades of Quicksand #BF9181

Tints of Quicksand #BF9181

Color information

#BF9181 (or 0xBF9181) is unknown color: approx Quicksand. HEX triplet: BF, 91 and 81. RGB value is (191,145,129). Sum of RGB (Red+Green+Blue) = 191+145+129=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9181 is #406E7E. Grayscale: #9D9D9D. Windows color (decimal): -4222591 or 8491455. OLE color: 8491455.

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

Color convert

RGB191145129-
CMYK00.240.320.25
HSL15.48º32.63%62.75%-
HSV(B)15.48º32.46%74.9%-
XYZ35.5732.9125.25-
YUV156.93112.24152.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=41.08%
G=31.18%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114512900.240.320.2515.4832.6362.75
HexBF91810182019f213f
Octal2772212010304031174177
Binary101111111001000110000001011000100000110011111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9181; }

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

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

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

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

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

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

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

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