#BF9287

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

Shades of Quicksand #BF9287

Tints of Quicksand #BF9287

Color information

#BF9287 (or 0xBF9287) is unknown color: approx Quicksand. HEX triplet: BF, 92 and 87. RGB value is (191,146,135). Sum of RGB (Red+Green+Blue) = 191+146+135=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9287 is #406D78. Grayscale: #9E9E9E. Windows color (decimal): -4222329 or 8884927. OLE color: 8884927.

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

Color convert

RGB191146135-
CMYK00.240.290.25
HSL11.79º30.43%63.92%-
HSV(B)11.79º29.32%74.9%-
XYZ36.1433.3827.46-
YUV158.2114.91151.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=40.47%
G=30.93%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114613500.240.290.2511.7930.4363.92
HexBF92870181D19c1e40
Octal27722220703035311436100
Binary10111111100100101000011101100011101110011100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9287; }

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

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

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

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

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

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

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

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