#BFA297

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

Shades of Martini #BFA297

Tints of Martini #BFA297

Color information

#BFA297 (or 0xBFA297) is unknown color: approx Martini. HEX triplet: BF, A2 and 97. RGB value is (191,162,151). Sum of RGB (Red+Green+Blue) = 191+162+151=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA297 is #405D68. Grayscale: #A9A9A9. Windows color (decimal): -4218217 or 9937599. OLE color: 9937599.

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

Color convert

RGB191162151-
CMYK00.150.210.25
HSL16.5º23.81%67.06%-
HSV(B)16.5º20.94%74.9%-
XYZ39.9939.1534.73-
YUV169.42117.61143.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=37.90%
G=32.14%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116215100.150.210.2516.523.8167.06
HexBFA2970F1519111843
Octal27724222701725312130103
Binary10111111101000101001011101111101011100110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA297; }

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

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

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

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

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

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

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

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