#BFA699

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

Shades of Martini #BFA699

Tints of Martini #BFA699

Color information

#BFA699 (or 0xBFA699) is unknown color: approx Martini. HEX triplet: BF, A6 and 99. RGB value is (191,166,153). Sum of RGB (Red+Green+Blue) = 191+166+153=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA699 is #405966. Grayscale: #ACACAC. Windows color (decimal): -4217191 or 10069695. OLE color: 10069695.

HSL color Cylindrical-coordinate representation of color #BFA699: hue angle of 20.53º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA699 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191166153-
CMYK00.130.200.25
HSL20.53º22.89%67.45%-
HSV(B)20.53º19.9%74.9%-
XYZ40.8740.6535.83-
YUV171.99117.28141.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 153 (60.16% from 255) = 30%
R=37.45%
G=32.55%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116615300.130.200.2520.5322.8967.45
HexBFA6990D1419151743
Octal27724623101524312527103
Binary10111111101001101001100101101101001100110101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA699; }

 p { color: rgb(191,166,153); }

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

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

 a { background-color: rgb(191,166,153); }

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

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

 span { border-color: rgb(191,166,153); }

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