#BFA096

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

Shades of Quicksand #BFA096

Tints of Quicksand #BFA096

Color information

#BFA096 (or 0xBFA096) is unknown color: approx Quicksand. HEX triplet: BF, A0 and 96. RGB value is (191,160,150). Sum of RGB (Red+Green+Blue) = 191+160+150=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA096 is #405F69. Grayscale: #A8A8A8. Windows color (decimal): -4218730 or 9871551. OLE color: 9871551.

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

Color convert

RGB191160150-
CMYK00.160.210.25
HSL14.63º24.26%66.86%-
HSV(B)14.63º21.47%74.9%-
XYZ39.5638.4234.18-
YUV168.13117.77144.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=38.12%
G=31.94%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116015000.160.210.2514.6324.2666.86
HexBFA0960101519f1843
Octal27724022602025311730103
Binary10111111101000001001011001000010101110011111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA096; }

 p { color: rgb(191,160,150); }

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

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

 a { background-color: rgb(191,160,150); }

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

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

 span { border-color: rgb(191,160,150); }

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