#BF9281

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

Shades of Quicksand #BF9281

Tints of Quicksand #BF9281

Color information

#BF9281 (or 0xBF9281) is unknown color: approx Quicksand. HEX triplet: BF, 92 and 81. RGB value is (191,146,129). Sum of RGB (Red+Green+Blue) = 191+146+129=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9281 is #406D7E. Grayscale: #9D9D9D. Windows color (decimal): -4222335 or 8491711. OLE color: 8491711.

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

Color convert

RGB191146129-
CMYK00.240.320.25
HSL16.45º32.63%62.75%-
HSV(B)16.45º32.46%74.9%-
XYZ35.7333.2225.3-
YUV157.52111.91151.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=40.99%
G=31.33%
B=27.68%

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
Decimal19114612900.240.320.2516.4532.6362.75
HexBF9281018201910213f
Octal2772222010304031204177
Binary1011111110010010100000010110001000001100110000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9281; }

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

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

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

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

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

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

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

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