#B69F9A

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

Shades of Martini #B69F9A

Tints of Martini #B69F9A

Color information

#B69F9A (or 0xB69F9A) is unknown color: approx Martini. HEX triplet: B6, 9F and 9A. RGB value is (182,159,154). Sum of RGB (Red+Green+Blue) = 182+159+154=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69F9A is #496065. Grayscale: #A5A5A5. Windows color (decimal): -4808806 or 10133430. OLE color: 10133430.

HSL color Cylindrical-coordinate representation of color #B69F9A: hue angle of 10.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B69F9A is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB182159154-
CMYK00.130.150.29
HSL10.71º16.09%65.88%-
HSV(B)10.71º15.38%71.37%-
XYZ37.5237.0735.75-
YUV165.31121.62139.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=36.77%
G=32.12%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215915400.130.150.2910.7116.0965.88
HexB69F9A0DF1Db1042
Octal26623723201517351320102
Binary101101101001111110011010011011111111011011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F9A; }

 p { color: rgb(182,159,154); }

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

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

 a { background-color: rgb(182,159,154); }

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

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

 span { border-color: rgb(182,159,154); }

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