#BBA29A

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

Shades of Martini #BBA29A

Tints of Martini #BBA29A

Color information

#BBA29A (or 0xBBA29A) is unknown color: approx Martini. HEX triplet: BB, A2 and 9A. RGB value is (187,162,154). Sum of RGB (Red+Green+Blue) = 187+162+154=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA29A is #445D65. Grayscale: #A8A8A8. Windows color (decimal): -4480358 or 10134203. OLE color: 10134203.

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

Color convert

RGB187162154-
CMYK00.130.180.27
HSL14.55º19.53%66.86%-
HSV(B)14.55º17.65%73.33%-
XYZ39.2538.7435.98-
YUV168.56119.78141.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=37.18%
G=32.21%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716215400.130.180.2714.5519.5366.86
HexBBA29A0D121Bf1443
Octal27324223201522331724103
Binary1011101110100010100110100110110010110111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA29A; }

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

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

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

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

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

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

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

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