#BF9484

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

Shades of Quicksand #BF9484

Tints of Quicksand #BF9484

Color information

#BF9484 (or 0xBF9484) is unknown color: approx Quicksand. HEX triplet: BF, 94 and 84. RGB value is (191,148,132). Sum of RGB (Red+Green+Blue) = 191+148+132=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9484 is #406B7B. Grayscale: #9F9F9F. Windows color (decimal): -4221820 or 8688831. OLE color: 8688831.

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

Color convert

RGB191148132-
CMYK00.230.310.25
HSL16.27º31.55%63.33%-
HSV(B)16.27º30.89%74.9%-
XYZ36.2433.9226.47-
YUV159.03112.75150.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=40.55%
G=31.42%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114813200.230.310.2516.2731.5563.33
HexBF94840171F1910203f
Octal2772242040273731204077
Binary101111111001010010000100010111111111100110000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9484; }

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

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

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

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

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

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

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

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