#BBA19A

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

Shades of Martini #BBA19A

Tints of Martini #BBA19A

Color information

#BBA19A (or 0xBBA19A) is unknown color: approx Martini. HEX triplet: BB, A1 and 9A. RGB value is (187,161,154). Sum of RGB (Red+Green+Blue) = 187+161+154=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA19A is #445E65. Grayscale: #A8A8A8. Windows color (decimal): -4480614 or 10133947. OLE color: 10133947.

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

Color convert

RGB187161154-
CMYK00.140.180.27
HSL12.73º19.53%66.86%-
HSV(B)12.73º17.65%73.33%-
XYZ39.0738.3935.92-
YUV167.98120.11141.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=37.25%
G=32.07%
B=30.68%

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
Decimal18716115400.140.180.2712.7319.5366.86
HexBBA19A0E121Bd1443
Octal27324123201622331524103
Binary1011101110100001100110100111010010110111101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA19A; }

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

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

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

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

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

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

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

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