#BF9082

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

Shades of Quicksand #BF9082

Tints of Quicksand #BF9082

Color information

#BF9082 (or 0xBF9082) is unknown color: approx Quicksand. HEX triplet: BF, 90 and 82. RGB value is (191,144,130). Sum of RGB (Red+Green+Blue) = 191+144+130=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9082 is #406F7D. Grayscale: #9C9C9C. Windows color (decimal): -4222846 or 8556735. OLE color: 8556735.

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

Color convert

RGB191144130-
CMYK00.250.320.25
HSL13.77º32.28%62.94%-
HSV(B)13.77º31.94%74.9%-
XYZ35.4932.6325.55-
YUV156.46113.07152.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=41.08%
G=30.97%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114413000.250.320.2513.7732.2862.94
HexBF90820192019e203f
Octal2772202020314031164077
Binary101111111001000010000010011001100000110011110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9082; }

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

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

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

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

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

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

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

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