#BBA399

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

Shades of Martini #BBA399

Tints of Martini #BBA399

Color information

#BBA399 (or 0xBBA399) is unknown color: approx Martini. HEX triplet: BB, A3 and 99. RGB value is (187,163,153). Sum of RGB (Red+Green+Blue) = 187+163+153=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA399 is #445C66. Grayscale: #A9A9A9. Windows color (decimal): -4480103 or 10068923. OLE color: 10068923.

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

Color convert

RGB187163153-
CMYK00.130.180.27
HSL17.65º20%66.67%-
HSV(B)17.65º18.18%73.33%-
XYZ39.3439.0635.6-
YUV169.04118.95140.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=37.18%
G=32.41%
B=30.42%

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
Decimal18716315300.130.180.2717.652066.67
HexBBA3990D121B121443
Octal27324323101522332224103
Binary10111011101000111001100101101100101101110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA399; }

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

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

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

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

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

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

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

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