#BFA198

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

Shades of Martini #BFA198

Tints of Martini #BFA198

Color information

#BFA198 (or 0xBFA198) is unknown color: approx Martini. HEX triplet: BF, A1 and 98. RGB value is (191,161,152). Sum of RGB (Red+Green+Blue) = 191+161+152=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA198 is #405E67. Grayscale: #A9A9A9. Windows color (decimal): -4218472 or 10002879. OLE color: 10002879.

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

Color convert

RGB191161152-
CMYK00.160.200.25
HSL13.85º23.35%67.25%-
HSV(B)13.85º20.42%74.9%-
XYZ39.938.8335.1-
YUV168.94118.44143.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=37.90%
G=31.94%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116115200.160.200.2513.8523.3567.25
HexBFA1980101419e1743
Octal27724123002024311627103
Binary10111111101000011001100001000010100110011110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA198; }

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

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

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

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

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

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

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

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