#BFA497

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

Shades of Martini #BFA497

Tints of Martini #BFA497

Color information

#BFA497 (or 0xBFA497) is unknown color: approx Martini. HEX triplet: BF, A4 and 97. RGB value is (191,164,151). Sum of RGB (Red+Green+Blue) = 191+164+151=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA497 is #405B68. Grayscale: #AAAAAA. Windows color (decimal): -4217705 or 9938111. OLE color: 9938111.

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

Color convert

RGB191164151-
CMYK00.140.210.25
HSL19.5º23.81%67.06%-
HSV(B)19.5º20.94%74.9%-
XYZ40.3539.8634.85-
YUV170.59116.95142.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 151 (59.38% from 255) = 29.84%
R=37.75%
G=32.41%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116415100.140.210.2519.523.8167.06
HexBFA4970E1519141843
Octal27724422701625312430103
Binary10111111101001001001011101110101011100110100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA497; }

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

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

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

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

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

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

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

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