#BFA097

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

Shades of Quicksand #BFA097

Tints of Quicksand #BFA097

Color information

#BFA097 (or 0xBFA097) is unknown color: approx Quicksand. HEX triplet: BF, A0 and 97. RGB value is (191,160,151). Sum of RGB (Red+Green+Blue) = 191+160+151=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA097 is #405F68. Grayscale: #A8A8A8. Windows color (decimal): -4218729 or 9937087. OLE color: 9937087.

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

Color convert

RGB191160151-
CMYK00.160.210.25
HSL13.5º23.81%67.06%-
HSV(B)13.5º20.94%74.9%-
XYZ39.6438.4534.61-
YUV168.24118.27144.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=38.05%
G=31.87%
B=30.08%

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
Decimal19116015100.160.210.2513.523.8167.06
HexBFA0970101519e1843
Octal27724022702025311630103
Binary10111111101000001001011101000010101110011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA097; }

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

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

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

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

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

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

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

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