#B6ADAB

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

Shades of Martini #B6ADAB

Tints of Martini #B6ADAB

Color information

#B6ADAB (or 0xB6ADAB) is unknown color: approx Martini. HEX triplet: B6, AD and AB. RGB value is (182,173,171). Sum of RGB (Red+Green+Blue) = 182+173+171=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ADAB is #495254. Grayscale: #AFAFAF. Windows color (decimal): -4805205 or 11251126. OLE color: 11251126.

HSL color Cylindrical-coordinate representation of color #B6ADAB: hue angle of 10.91º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6ADAB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182173171-
CMYK00.050.060.29
HSL10.91º7.01%69.22%-
HSV(B)10.91º6.04%71.37%-
XYZ41.5942.7744.59-
YUV175.46125.48132.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=34.60%
G=32.89%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217317100.050.060.2910.917.0169.22
HexB6ADAB0561Db745
Octal26625525305635137105
Binary10110110101011011010101101011101110110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADAB; }

 p { color: rgb(182,173,171); }

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

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

 a { background-color: rgb(182,173,171); }

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

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

 span { border-color: rgb(182,173,171); }

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