#B8ADAA

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

Shades of Martini #B8ADAA

Tints of Martini #B8ADAA

Color information

#B8ADAA (or 0xB8ADAA) is unknown color: approx Martini. HEX triplet: B8, AD and AA. RGB value is (184,173,170). Sum of RGB (Red+Green+Blue) = 184+173+170=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ADAA is #475255. Grayscale: #AFAFAF. Windows color (decimal): -4674134 or 11185592. OLE color: 11185592.

HSL color Cylindrical-coordinate representation of color #B8ADAA: hue angle of 12.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8ADAA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184173170-
CMYK00.060.080.28
HSL12.86º8.97%69.41%-
HSV(B)12.86º7.61%72.16%-
XYZ41.9742.9844.11-
YUV175.95124.64133.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=34.91%
G=32.83%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417317000.060.080.2812.868.9769.41
HexB8ADAA0681Cd945
Octal2702552520610341511105
Binary1011100010101101101010100110100011100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADAA; }

 p { color: rgb(184,173,170); }

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

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

 a { background-color: rgb(184,173,170); }

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

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

 span { border-color: rgb(184,173,170); }

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