#B0A29D

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

Shades of Martini #B0A29D

Tints of Martini #B0A29D

Color information

#B0A29D (or 0xB0A29D) is unknown color: approx Martini. HEX triplet: B0, A2 and 9D. RGB value is (176,162,157). Sum of RGB (Red+Green+Blue) = 176+162+157=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A29D is #4F5D62. Grayscale: #A5A5A5. Windows color (decimal): -5201251 or 10330800. OLE color: 10330800.

HSL color Cylindrical-coordinate representation of color #B0A29D: hue angle of 15.79º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A29D is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176162157-
CMYK00.080.110.31
HSL15.79º10.73%65.29%-
HSV(B)15.79º10.8%69.02%-
XYZ36.9137.5137.19-
YUV165.62123.14135.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=35.56%
G=32.73%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616215700.080.110.3115.7910.7365.29
HexB0A29D08B1F10b41
Octal26024223501013372013101
Binary101100001010001010011101010001011111111000010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A29D; }

 p { color: rgb(176,162,157); }

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

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

 a { background-color: rgb(176,162,157); }

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

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

 span { border-color: rgb(176,162,157); }

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