#BBA59A

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

Shades of Martini #BBA59A

Tints of Martini #BBA59A

Color information

#BBA59A (or 0xBBA59A) is unknown color: approx Martini. HEX triplet: BB, A5 and 9A. RGB value is (187,165,154). Sum of RGB (Red+Green+Blue) = 187+165+154=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA59A is #445A65. Grayscale: #AAAAAA. Windows color (decimal): -4479590 or 10134971. OLE color: 10134971.

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

Color convert

RGB187165154-
CMYK00.120.180.27
HSL20º19.53%66.86%-
HSV(B)20º17.65%73.33%-
XYZ39.7839.8136.16-
YUV170.32118.79139.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=36.96%
G=32.61%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716515400.120.180.272019.5366.86
HexBBA59A0C121B141443
Octal27324523201422332424103
Binary10111011101001011001101001100100101101110100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA59A; }

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

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

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

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

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

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

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

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