#B8ABA5

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

Shades of Martini #B8ABA5

Tints of Martini #B8ABA5

Color information

#B8ABA5 (or 0xB8ABA5) is unknown color: approx Martini. HEX triplet: B8, AB and A5. RGB value is (184,171,165). Sum of RGB (Red+Green+Blue) = 184+171+165=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABA5 is #47545A. Grayscale: #AEAEAE. Windows color (decimal): -4674651 or 10857400. OLE color: 10857400.

HSL color Cylindrical-coordinate representation of color #B8ABA5: hue angle of 18.95º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8ABA5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB184171165-
CMYK00.070.100.28
HSL18.95º11.8%68.43%-
HSV(B)18.95º10.33%72.16%-
XYZ41.1242.0341.54-
YUV174.2122.81134.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=35.38%
G=32.88%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417116500.070.100.2818.9511.868.43
HexB8ABA507A1C13c44
Octal2702532450712342314104
Binary10111000101010111010010101111010111001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABA5; }

 p { color: rgb(184,171,165); }

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

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

 a { background-color: rgb(184,171,165); }

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

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

 span { border-color: rgb(184,171,165); }

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