#B8A49F

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

Shades of Martini #B8A49F

Tints of Martini #B8A49F

Color information

#B8A49F (or 0xB8A49F) is unknown color: approx Martini. HEX triplet: B8, A4 and 9F. RGB value is (184,164,159). Sum of RGB (Red+Green+Blue) = 184+164+159=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A49F is #475B60. Grayscale: #A9A9A9. Windows color (decimal): -4676449 or 10462392. OLE color: 10462392.

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

Color convert

RGB184164159-
CMYK00.110.140.28
HSL12º14.97%67.25%-
HSV(B)12º13.59%72.16%-
XYZ39.339.2438.3-
YUV169.41122.13138.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=36.29%
G=32.35%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416415900.110.140.281214.9767.25
HexB8A49F0BE1Ccf43
Octal27024423701316341417103
Binary10111000101001001001111101011111011100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A49F; }

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

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

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

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

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

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

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

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