#BFA299

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

Shades of Martini #BFA299

Tints of Martini #BFA299

Color information

#BFA299 (or 0xBFA299) is unknown color: approx Martini. HEX triplet: BF, A2 and 99. RGB value is (191,162,153). Sum of RGB (Red+Green+Blue) = 191+162+153=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA299 is #405D66. Grayscale: #A9A9A9. Windows color (decimal): -4218215 or 10068671. OLE color: 10068671.

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

Color convert

RGB191162153-
CMYK00.150.200.25
HSL14.21º22.89%67.45%-
HSV(B)14.21º19.9%74.9%-
XYZ40.1639.2235.59-
YUV169.64118.61143.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=37.75%
G=32.02%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116215300.150.200.2514.2122.8967.45
HexBFA2990F1419e1743
Octal27724223101724311627103
Binary1011111110100010100110010111110100110011110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA299; }

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

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

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

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

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

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

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

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