#B8A39C

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

Shades of Martini #B8A39C

Tints of Martini #B8A39C

Color information

#B8A39C (or 0xB8A39C) is unknown color: approx Martini. HEX triplet: B8, A3 and 9C. RGB value is (184,163,156). Sum of RGB (Red+Green+Blue) = 184+163+156=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A39C is #475C63. Grayscale: #A8A8A8. Windows color (decimal): -4676708 or 10265528. OLE color: 10265528.

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

Color convert

RGB184163156-
CMYK00.110.150.28
HSL15º16.47%66.67%-
HSV(B)15º15.22%72.16%-
XYZ38.8738.7936.89-
YUV168.48120.96139.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=36.58%
G=32.41%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416315600.110.150.281516.4766.67
HexB8A39C0BF1Cf1043
Octal27024323401317341720103
Binary101110001010001110011100010111111111001111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A39C; }

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

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

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

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

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

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

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

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