#BBA19E

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

Shades of Martini #BBA19E

Tints of Martini #BBA19E

Color information

#BBA19E (or 0xBBA19E) is unknown color: approx Martini. HEX triplet: BB, A1 and 9E. RGB value is (187,161,158). Sum of RGB (Red+Green+Blue) = 187+161+158=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA19E is #445E61. Grayscale: #A8A8A8. Windows color (decimal): -4480610 or 10396091. OLE color: 10396091.

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

Color convert

RGB187161158-
CMYK00.140.160.27
HSL6.21º17.58%67.65%-
HSV(B)6.21º15.51%73.33%-
XYZ39.4138.5237.71-
YUV168.43122.11141.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=36.96%
G=31.82%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716115800.140.160.276.2117.5867.65
HexBBA19E0E101B61244
Octal2732412360162033622104
Binary101110111010000110011110011101000011011110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA19E; }

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

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

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

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

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

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

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

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