#BF9182

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

Shades of Quicksand #BF9182

Tints of Quicksand #BF9182

Color information

#BF9182 (or 0xBF9182) is unknown color: approx Quicksand. HEX triplet: BF, 91 and 82. RGB value is (191,145,130). Sum of RGB (Red+Green+Blue) = 191+145+130=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9182 is #406E7D. Grayscale: #9D9D9D. Windows color (decimal): -4222590 or 8556991. OLE color: 8556991.

HSL color Cylindrical-coordinate representation of color #BF9182: hue angle of 14.75º degrees, saturation: 0.32, 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 #BF9182 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191145130-
CMYK00.240.320.25
HSL14.75º32.28%62.94%-
HSV(B)14.75º31.94%74.9%-
XYZ35.6432.9425.6-
YUV157.04112.74152.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=40.99%
G=31.12%
B=27.90%

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
Decimal19114513000.240.320.2514.7532.2862.94
HexBF91820182019f203f
Octal2772212020304031174077
Binary101111111001000110000010011000100000110011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9182; }

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

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

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

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

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

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

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

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