#BF9282

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

Shades of Quicksand #BF9282

Tints of Quicksand #BF9282

Color information

#BF9282 (or 0xBF9282) is unknown color: approx Quicksand. HEX triplet: BF, 92 and 82. RGB value is (191,146,130). Sum of RGB (Red+Green+Blue) = 191+146+130=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9282 is #406D7D. Grayscale: #9D9D9D. Windows color (decimal): -4222334 or 8557247. OLE color: 8557247.

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

Color convert

RGB191146130-
CMYK00.240.320.25
HSL15.74º32.28%62.94%-
HSV(B)15.74º31.94%74.9%-
XYZ35.7933.2525.65-
YUV157.63112.41151.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=40.90%
G=31.26%
B=27.84%

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
Decimal19114613000.240.320.2515.7432.2862.94
HexBF9282018201910203f
Octal2772222020304031204077
Binary1011111110010010100000100110001000001100110000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9282; }

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

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

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

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

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

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

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

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