#BBA39A

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

Shades of Martini #BBA39A

Tints of Martini #BBA39A

Color information

#BBA39A (or 0xBBA39A) is unknown color: approx Martini. HEX triplet: BB, A3 and 9A. RGB value is (187,163,154). Sum of RGB (Red+Green+Blue) = 187+163+154=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA39A is #445C65. Grayscale: #A9A9A9. Windows color (decimal): -4480102 or 10134459. OLE color: 10134459.

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

Color convert

RGB187163154-
CMYK00.130.180.27
HSL16.36º19.53%66.86%-
HSV(B)16.36º17.65%73.33%-
XYZ39.4239.0936.04-
YUV169.15119.45140.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=37.10%
G=32.34%
B=30.56%

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
Decimal18716315400.130.180.2716.3619.5366.86
HexBBA39A0D121B101443
Octal27324323201522332024103
Binary10111011101000111001101001101100101101110000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA39A; }

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

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

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

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

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

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

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

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