#B8A39F

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

Shades of Martini #B8A39F

Tints of Martini #B8A39F

Color information

#B8A39F (or 0xB8A39F) is unknown color: approx Martini. HEX triplet: B8, A3 and 9F. RGB value is (184,163,159). Sum of RGB (Red+Green+Blue) = 184+163+159=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A39F is #475C60. Grayscale: #A8A8A8. Windows color (decimal): -4676705 or 10462136. OLE color: 10462136.

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

Color convert

RGB184163159-
CMYK00.110.140.28
HSL9.6º14.97%67.25%-
HSV(B)9.6º13.59%72.16%-
XYZ39.1238.8938.25-
YUV168.82122.46138.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.36%
GREEN value IS 163 (64.06% from 255) = 32.21%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=36.36%
G=32.21%
B=31.42%

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
Decimal18416315900.110.140.289.614.9767.25
HexB8A39F0BE1Caf43
Octal27024323701316341217103
Binary10111000101000111001111101011111011100101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A39F; }

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

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

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

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

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

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

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

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