#BBA49B

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

Shades of Martini #BBA49B

Tints of Martini #BBA49B

Color information

#BBA49B (or 0xBBA49B) is unknown color: approx Martini. HEX triplet: BB, A4 and 9B. RGB value is (187,164,155). Sum of RGB (Red+Green+Blue) = 187+164+155=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA49B is #445B64. Grayscale: #A9A9A9. Windows color (decimal): -4479845 or 10200251. OLE color: 10200251.

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

Color convert

RGB187164155-
CMYK00.120.170.27
HSL16.88º19.05%67.06%-
HSV(B)16.88º17.11%73.33%-
XYZ39.6939.4836.54-
YUV169.85119.62140.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=36.96%
G=32.41%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716415500.120.170.2716.8819.0567.06
HexBBA49B0C111B111343
Octal27324423301421332123103
Binary10111011101001001001101101100100011101110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA49B; }

 p { color: rgb(187,164,155); }

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

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

 a { background-color: rgb(187,164,155); }

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

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

 span { border-color: rgb(187,164,155); }

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