#BBA7A3

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

Shades of Martini #BBA7A3

Tints of Martini #BBA7A3

Color information

#BBA7A3 (or 0xBBA7A3) is unknown color: approx Martini. HEX triplet: BB, A7 and A3. RGB value is (187,167,163). Sum of RGB (Red+Green+Blue) = 187+167+163=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA7A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA7A3 is #44585C. Grayscale: #ACACAC. Windows color (decimal): -4479069 or 10725307. OLE color: 10725307.

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

Color convert

RGB187167163-
CMYK00.110.130.27
HSL10º15%68.63%-
HSV(B)10º12.83%73.33%-
XYZ40.9240.8540.38-
YUV172.52122.63138.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 163 (64.06% from 255) = 31.53%
R=36.17%
G=32.30%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716716300.110.130.27101568.63
HexBBA7A30BD1Baf45
Octal27324724301315331217105
Binary10111011101001111010001101011110111011101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7A3; }

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

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

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

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

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

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

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

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