#BFAEA6

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

Shades of Martini #BFAEA6

Tints of Martini #BFAEA6

Color information

#BFAEA6 (or 0xBFAEA6) is unknown color: approx Martini. HEX triplet: BF, AE and A6. RGB value is (191,174,166). Sum of RGB (Red+Green+Blue) = 191+174+166=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEA6 is #405159. Grayscale: #B2B2B2. Windows color (decimal): -4215130 or 10923711. OLE color: 10923711.

HSL color Cylindrical-coordinate representation of color #BFAEA6: hue angle of 19.2º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFAEA6 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191174166-
CMYK00.090.130.25
HSL19.2º16.34%70%-
HSV(B)19.2º13.09%74.9%-
XYZ43.544.142.3-
YUV178.17121.13137.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 166 (65.23% from 255) = 31.26%
R=35.97%
G=32.77%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117416600.090.130.2519.216.3470
HexBFAEA609D19131046
Octal27725624601115312320106
Binary1011111110101110101001100100111011100110011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEA6; }

 p { color: rgb(191,174,166); }

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

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

 a { background-color: rgb(191,174,166); }

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

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

 span { border-color: rgb(191,174,166); }

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