#BF9584

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

Shades of Quicksand #BF9584

Tints of Quicksand #BF9584

Color information

#BF9584 (or 0xBF9584) is unknown color: approx Quicksand. HEX triplet: BF, 95 and 84. RGB value is (191,149,132). Sum of RGB (Red+Green+Blue) = 191+149+132=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9584 is #406A7B. Grayscale: #9F9F9F. Windows color (decimal): -4221564 or 8689087. OLE color: 8689087.

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

Color convert

RGB191149132-
CMYK00.220.310.25
HSL17.29º31.55%63.33%-
HSV(B)17.29º30.89%74.9%-
XYZ36.434.2426.52-
YUV159.62112.41150.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=40.47%
G=31.57%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114913200.220.310.2517.2931.5563.33
HexBF95840161F1911203f
Octal2772252040263731214077
Binary101111111001010110000100010110111111100110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9584; }

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

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

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

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

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

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

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

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