#B9B0AD

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

Shades of Martini #B9B0AD

Tints of Martini #B9B0AD

Color information

#B9B0AD (or 0xB9B0AD) is unknown color: approx Martini. HEX triplet: B9, B0 and AD. RGB value is (185,176,173). Sum of RGB (Red+Green+Blue) = 185+176+173=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B0AD is #464F52. Grayscale: #B2B2B2. Windows color (decimal): -4607827 or 11382969. OLE color: 11382969.

HSL color Cylindrical-coordinate representation of color #B9B0AD: hue angle of 15º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9B0AD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185176173-
CMYK00.050.060.27
HSL15º7.89%70.2%-
HSV(B)15º6.49%72.55%-
XYZ43.0844.3845.83-
YUV178.35124.98132.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=34.64%
G=32.96%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517617300.050.060.27157.8970.2
HexB9B0AD0561Bf846
Octal271260255056331710106
Binary101110011011000010101101010111011011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B0AD; }

 p { color: rgb(185,176,173); }

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

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

 a { background-color: rgb(185,176,173); }

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

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

 span { border-color: rgb(185,176,173); }

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