#B09F9B

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

Shades of Martini #B09F9B

Tints of Martini #B09F9B

Color information

#B09F9B (or 0xB09F9B) is unknown color: approx Martini. HEX triplet: B0, 9F and 9B. RGB value is (176,159,155). Sum of RGB (Red+Green+Blue) = 176+159+155=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F9B is #4F6064. Grayscale: #A3A3A3. Windows color (decimal): -5202021 or 10198960. OLE color: 10198960.

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

Color convert

RGB176159155-
CMYK00.100.120.31
HSL11.43º11.73%64.9%-
HSV(B)11.43º11.93%69.02%-
XYZ36.2236.3936.13-
YUV163.63123.13136.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=35.92%
G=32.45%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615915500.100.120.3111.4311.7364.9
HexB09F9B0AC1Fbc41
Octal26023723301214371314101
Binary10110000100111111001101101010110011111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F9B; }

 p { color: rgb(176,159,155); }

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

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

 a { background-color: rgb(176,159,155); }

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

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

 span { border-color: rgb(176,159,155); }

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