#BF9184

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

Shades of Quicksand #BF9184

Tints of Quicksand #BF9184

Color information

#BF9184 (or 0xBF9184) is unknown color: approx Quicksand. HEX triplet: BF, 91 and 84. RGB value is (191,145,132). Sum of RGB (Red+Green+Blue) = 191+145+132=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9184 is #406E7B. Grayscale: #9D9D9D. Windows color (decimal): -4222588 or 8688063. OLE color: 8688063.

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

Color convert

RGB191145132-
CMYK00.240.310.25
HSL13.22º31.55%63.33%-
HSV(B)13.22º30.89%74.9%-
XYZ35.7832.9926.31-
YUV157.27113.74152.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=40.81%
G=30.98%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114513200.240.310.2513.2231.5563.33
HexBF91840181F19d203f
Octal2772212040303731154077
Binary10111111100100011000010001100011111110011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9184; }

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

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

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

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

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

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

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

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