#B8A89F

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

Shades of Martini #B8A89F

Tints of Martini #B8A89F

Color information

#B8A89F (or 0xB8A89F) is unknown color: approx Martini. HEX triplet: B8, A8 and 9F. RGB value is (184,168,159). Sum of RGB (Red+Green+Blue) = 184+168+159=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A89F is #475760. Grayscale: #ABABAB. Windows color (decimal): -4675425 or 10463416. OLE color: 10463416.

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

Color convert

RGB184168159-
CMYK00.090.140.28
HSL21.6º14.97%67.25%-
HSV(B)21.6º13.59%72.16%-
XYZ40.0340.738.55-
YUV171.76120.8136.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.01%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 159 (62.5% from 255) = 31.12%
R=36.01%
G=32.88%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416815900.090.140.2821.614.9767.25
HexB8A89F09E1C16f43
Octal27025023701116342617103
Binary101110001010100010011111010011110111001011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A89F; }

 p { color: rgb(184,168,159); }

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

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

 a { background-color: rgb(184,168,159); }

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

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

 span { border-color: rgb(184,168,159); }

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