#BBA29F

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

Shades of Martini #BBA29F

Tints of Martini #BBA29F

Color information

#BBA29F (or 0xBBA29F) is unknown color: approx Martini. HEX triplet: BB, A2 and 9F. RGB value is (187,162,159). Sum of RGB (Red+Green+Blue) = 187+162+159=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA29F is #445D60. Grayscale: #A9A9A9. Windows color (decimal): -4480353 or 10461883. OLE color: 10461883.

HSL color Cylindrical-coordinate representation of color #BBA29F: hue angle of 6.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA29F is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187162159-
CMYK00.130.150.27
HSL6.43º17.07%67.84%-
HSV(B)6.43º14.97%73.33%-
XYZ39.6738.9138.22-
YUV169.13122.28140.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=36.81%
G=31.89%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716215900.130.150.276.4317.0767.84
HexBBA29F0DF1B61144
Octal2732422370151733621104
Binary10111011101000101001111101101111111011110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA29F; }

 p { color: rgb(187,162,159); }

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

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

 a { background-color: rgb(187,162,159); }

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

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

 span { border-color: rgb(187,162,159); }

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