#BBA09B

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

Shades of Martini #BBA09B

Tints of Martini #BBA09B

Color information

#BBA09B (or 0xBBA09B) is unknown color: approx Martini. HEX triplet: BB, A0 and 9B. RGB value is (187,160,155). Sum of RGB (Red+Green+Blue) = 187+160+155=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA09B is #445F64. Grayscale: #A7A7A7. Windows color (decimal): -4480869 or 10199227. OLE color: 10199227.

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

Color convert

RGB187160155-
CMYK00.140.170.27
HSL9.38º19.05%67.06%-
HSV(B)9.38º17.11%73.33%-
XYZ38.9838.0736.3-
YUV167.5120.95141.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=37.25%
G=31.87%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716015500.140.170.279.3819.0567.06
HexBBA09B0E111B91343
Octal27324023301621331123103
Binary1011101110100000100110110111010001110111001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA09B; }

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

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

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

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

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

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

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

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