#BFA197

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

Shades of Quicksand #BFA197

Tints of Quicksand #BFA197

Color information

#BFA197 (or 0xBFA197) is unknown color: approx Quicksand. HEX triplet: BF, A1 and 97. RGB value is (191,161,151). Sum of RGB (Red+Green+Blue) = 191+161+151=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA197 is #405E68. Grayscale: #A8A8A8. Windows color (decimal): -4218473 or 9937343. OLE color: 9937343.

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

Color convert

RGB191161151-
CMYK00.160.210.25
HSL15º23.81%67.06%-
HSV(B)15º20.94%74.9%-
XYZ39.8238.834.67-
YUV168.83117.94143.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=37.97%
G=32.01%
B=30.02%

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
Decimal19116115100.160.210.251523.8167.06
HexBFA1970101519f1843
Octal27724122702025311730103
Binary10111111101000011001011101000010101110011111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA197; }

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

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

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

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

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

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

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

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