#B8ABA7

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

Shades of Martini #B8ABA7

Tints of Martini #B8ABA7

Color information

#B8ABA7 (or 0xB8ABA7) is unknown color: approx Martini. HEX triplet: B8, AB and A7. RGB value is (184,171,167). Sum of RGB (Red+Green+Blue) = 184+171+167=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABA7 is #475458. Grayscale: #AEAEAE. Windows color (decimal): -4674649 or 10988472. OLE color: 10988472.

HSL color Cylindrical-coordinate representation of color #B8ABA7: hue angle of 14.12º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8ABA7 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB184171167-
CMYK00.070.090.28
HSL14.12º10.69%68.82%-
HSV(B)14.12º9.24%72.16%-
XYZ41.3142.1142.51-
YUV174.43123.81134.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=35.25%
G=32.76%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417116700.070.090.2814.1210.6968.82
HexB8ABA70791Ceb45
Octal2702532470711341613105
Binary1011100010101011101001110111100111100111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABA7; }

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

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

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

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

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

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

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

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