#BFA498

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

Shades of Martini #BFA498

Tints of Martini #BFA498

Color information

#BFA498 (or 0xBFA498) is unknown color: approx Martini. HEX triplet: BF, A4 and 98. RGB value is (191,164,152). Sum of RGB (Red+Green+Blue) = 191+164+152=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA498 is #405B67. Grayscale: #AAAAAA. Windows color (decimal): -4217704 or 10003647. OLE color: 10003647.

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

Color convert

RGB191164152-
CMYK00.140.200.25
HSL18.46º23.35%67.25%-
HSV(B)18.46º20.42%74.9%-
XYZ40.4339.8935.28-
YUV170.7117.45142.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=37.67%
G=32.35%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116415200.140.200.2518.4623.3567.25
HexBFA4980E1419121743
Octal27724423001624312227103
Binary10111111101001001001100001110101001100110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA498; }

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

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

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

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

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

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

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

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