#BF9482

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

Shades of Quicksand #BF9482

Tints of Quicksand #BF9482

Color information

#BF9482 (or 0xBF9482) is unknown color: approx Quicksand. HEX triplet: BF, 94 and 82. RGB value is (191,148,130). Sum of RGB (Red+Green+Blue) = 191+148+130=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9482 is #406B7D. Grayscale: #9E9E9E. Windows color (decimal): -4221822 or 8557759. OLE color: 8557759.

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

Color convert

RGB191148130-
CMYK00.230.320.25
HSL17.7º32.28%62.94%-
HSV(B)17.7º31.94%74.9%-
XYZ36.1133.8725.75-
YUV158.8111.75150.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=40.72%
G=31.56%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114813000.230.320.2517.732.2862.94
HexBF9482017201912203f
Octal2772242020274031224077
Binary1011111110010100100000100101111000001100110010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9482; }

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

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

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

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

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

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

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

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