#BFA29A

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

Shades of Martini #BFA29A

Tints of Martini #BFA29A

Color information

#BFA29A (or 0xBFA29A) is unknown color: approx Martini. HEX triplet: BF, A2 and 9A. RGB value is (191,162,154). Sum of RGB (Red+Green+Blue) = 191+162+154=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA29A is #405D65. Grayscale: #A9A9A9. Windows color (decimal): -4218214 or 10134207. OLE color: 10134207.

HSL color Cylindrical-coordinate representation of color #BFA29A: hue angle of 12.97º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFA29A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB191162154-
CMYK00.150.190.25
HSL12.97º22.42%67.65%-
HSV(B)12.97º19.37%74.9%-
XYZ40.2439.2536.03-
YUV169.76119.11143.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 162 (63.67% from 255) = 31.95%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=37.67%
G=31.95%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116215400.150.190.2512.9722.4267.65
HexBFA29A0F1319d1644
Octal27724223201723311526104
Binary1011111110100010100110100111110011110011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA29A; }

 p { color: rgb(191,162,154); }

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

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

 a { background-color: rgb(191,162,154); }

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

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

 span { border-color: rgb(191,162,154); }

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