#BBA19B

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

Shades of Martini #BBA19B

Tints of Martini #BBA19B

Color information

#BBA19B (or 0xBBA19B) is unknown color: approx Martini. HEX triplet: BB, A1 and 9B. RGB value is (187,161,155). Sum of RGB (Red+Green+Blue) = 187+161+155=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA19B is #445E64. Grayscale: #A8A8A8. Windows color (decimal): -4480613 or 10199483. OLE color: 10199483.

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

Color convert

RGB187161155-
CMYK00.140.170.27
HSL11.25º19.05%67.06%-
HSV(B)11.25º17.11%73.33%-
XYZ39.1538.4236.36-
YUV168.09120.61141.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=37.18%
G=32.01%
B=30.82%

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
Decimal18716115500.140.170.2711.2519.0567.06
HexBBA19B0E111Bb1343
Octal27324123301621331323103
Binary1011101110100001100110110111010001110111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA19B; }

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

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

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

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

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

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

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

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