#BBA19F

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

Shades of Martini #BBA19F

Tints of Martini #BBA19F

Color information

#BBA19F (or 0xBBA19F) is unknown color: approx Martini. HEX triplet: BB, A1 and 9F. RGB value is (187,161,159). Sum of RGB (Red+Green+Blue) = 187+161+159=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA19F is #445E60. Grayscale: #A8A8A8. Windows color (decimal): -4480609 or 10461627. OLE color: 10461627.

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

Color convert

RGB187161159-
CMYK00.140.150.27
HSL4.29º17.07%67.84%-
HSV(B)4.29º14.97%73.33%-
XYZ39.538.5638.16-
YUV168.55122.61141.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=36.88%
G=31.76%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716115900.140.150.274.2917.0767.84
HexBBA19F0EF1B41144
Octal2732412370161733421104
Binary10111011101000011001111101110111111011100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA19F; }

 p { color: rgb(187,161,159); }

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

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

 a { background-color: rgb(187,161,159); }

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

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

 span { border-color: rgb(187,161,159); }

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