#BBA199

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

Shades of Martini #BBA199

Tints of Martini #BBA199

Color information

#BBA199 (or 0xBBA199) is unknown color: approx Martini. HEX triplet: BB, A1 and 99. RGB value is (187,161,153). Sum of RGB (Red+Green+Blue) = 187+161+153=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA199 is #445E66. Grayscale: #A7A7A7. Windows color (decimal): -4480615 or 10068411. OLE color: 10068411.

HSL color Cylindrical-coordinate representation of color #BBA199: hue angle of 14.12º 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 #BBA199 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187161153-
CMYK00.140.180.27
HSL14.12º20%66.67%-
HSV(B)14.12º18.18%73.33%-
XYZ38.9938.3535.49-
YUV167.86119.61141.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=37.33%
G=32.14%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716115300.140.180.2714.122066.67
HexBBA1990E121Be1443
Octal27324123101622331624103
Binary1011101110100001100110010111010010110111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA199; }

 p { color: rgb(187,161,153); }

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

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

 a { background-color: rgb(187,161,153); }

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

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

 span { border-color: rgb(187,161,153); }

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