#BBA397

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

Shades of Martini #BBA397

Tints of Martini #BBA397

Color information

#BBA397 (or 0xBBA397) is unknown color: approx Martini. HEX triplet: BB, A3 and 97. RGB value is (187,163,151). Sum of RGB (Red+Green+Blue) = 187+163+151=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA397 is #445C68. Grayscale: #A8A8A8. Windows color (decimal): -4480105 or 9937851. OLE color: 9937851.

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

Color convert

RGB187163151-
CMYK00.130.190.27
HSL20º20.93%66.27%-
HSV(B)20º19.25%73.33%-
XYZ39.1838.9934.74-
YUV168.81117.95140.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=37.33%
G=32.53%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716315100.130.190.272020.9366.27
HexBBA3970D131B141542
Octal27324322701523332425102
Binary10111011101000111001011101101100111101110100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA397; }

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

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

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

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

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

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

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

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