#BFA496

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

Shades of Martini #BFA496

Tints of Martini #BFA496

Color information

#BFA496 (or 0xBFA496) is unknown color: approx Martini. HEX triplet: BF, A4 and 96. RGB value is (191,164,150). Sum of RGB (Red+Green+Blue) = 191+164+150=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA496 is #405B69. Grayscale: #AAAAAA. Windows color (decimal): -4217706 or 9872575. OLE color: 9872575.

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

Color convert

RGB191164150-
CMYK00.140.210.25
HSL20.49º24.26%66.86%-
HSV(B)20.49º21.47%74.9%-
XYZ40.2739.8334.42-
YUV170.48116.45142.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=37.82%
G=32.48%
B=29.70%

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
Decimal19116415000.140.210.2520.4924.2666.86
HexBFA4960E1519141843
Octal27724422601625312430103
Binary10111111101001001001011001110101011100110100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA496; }

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

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

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

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

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

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

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

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