#B8A5A1

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

Shades of Martini #B8A5A1

Tints of Martini #B8A5A1

Color information

#B8A5A1 (or 0xB8A5A1) is unknown color: approx Martini. HEX triplet: B8, A5 and A1. RGB value is (184,165,161). Sum of RGB (Red+Green+Blue) = 184+165+161=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A5A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A5A1 is #475A5E. Grayscale: #AAAAAA. Windows color (decimal): -4676191 or 10593720. OLE color: 10593720.

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

Color convert

RGB184165161-
CMYK00.100.120.28
HSL10.43º13.94%67.65%-
HSV(B)10.43º12.5%72.16%-
XYZ39.6639.6739.29-
YUV170.22122.79137.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.08%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 161 (63.28% from 255) = 31.57%
R=36.08%
G=32.35%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416516100.100.120.2810.4313.9467.65
HexB8A5A10AC1Cae44
Octal27024524101214341216104
Binary10111000101001011010000101010110011100101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A5A1; }

 p { color: rgb(184,165,161); }

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

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

 a { background-color: rgb(184,165,161); }

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

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

 span { border-color: rgb(184,165,161); }

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