#B9A29A

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

Shades of Martini #B9A29A

Tints of Martini #B9A29A

Color information

#B9A29A (or 0xB9A29A) is unknown color: approx Martini. HEX triplet: B9, A2 and 9A. RGB value is (185,162,154). Sum of RGB (Red+Green+Blue) = 185+162+154=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A29A is #465D65. Grayscale: #A8A8A8. Windows color (decimal): -4611430 or 10134201. OLE color: 10134201.

HSL color Cylindrical-coordinate representation of color #B9A29A: hue angle of 15.48º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9A29A is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185162154-
CMYK00.120.170.27
HSL15.48º18.13%66.47%-
HSV(B)15.48º16.76%72.55%-
XYZ38.7638.4935.96-
YUV167.96120.12140.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=36.93%
G=32.34%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516215400.120.170.2715.4818.1366.47
HexB9A29A0C111Bf1242
Octal27124223201421331722102
Binary1011100110100010100110100110010001110111111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A29A; }

 p { color: rgb(185,162,154); }

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

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

 a { background-color: rgb(185,162,154); }

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

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

 span { border-color: rgb(185,162,154); }

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