#BFA598

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

Shades of Martini #BFA598

Tints of Martini #BFA598

Color information

#BFA598 (or 0xBFA598) is unknown color: approx Martini. HEX triplet: BF, A5 and 98. RGB value is (191,165,152). Sum of RGB (Red+Green+Blue) = 191+165+152=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA598 is #405A67. Grayscale: #ABABAB. Windows color (decimal): -4217448 or 10003903. OLE color: 10003903.

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

Color convert

RGB191165152-
CMYK00.140.200.25
HSL20º23.35%67.25%-
HSV(B)20º20.42%74.9%-
XYZ40.6140.2535.34-
YUV171.29117.11142.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=37.60%
G=32.48%
B=29.92%

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
Decimal19116515200.140.200.252023.3567.25
HexBFA5980E1419141743
Octal27724523001624312427103
Binary10111111101001011001100001110101001100110100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA598; }

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

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

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

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

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

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

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

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