#BFA29B

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

Shades of Martini #BFA29B

Tints of Martini #BFA29B

Color information

#BFA29B (or 0xBFA29B) is unknown color: approx Martini. HEX triplet: BF, A2 and 9B. RGB value is (191,162,155). Sum of RGB (Red+Green+Blue) = 191+162+155=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA29B is #405D64. Grayscale: #A9A9A9. Windows color (decimal): -4218213 or 10199743. OLE color: 10199743.

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

Color convert

RGB191162155-
CMYK00.150.190.25
HSL11.67º21.95%67.84%-
HSV(B)11.67º18.85%74.9%-
XYZ40.3239.2836.47-
YUV169.87119.61143.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=37.60%
G=31.89%
B=30.51%

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
Decimal19116215500.150.190.2511.6721.9567.84
HexBFA29B0F1319c1644
Octal27724223301723311426104
Binary1011111110100010100110110111110011110011100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA29B; }

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

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

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

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

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

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

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

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