Html Css Color HEX #B9ADA8 Martini

📋 copy color: '#B9ADA8'

red 185 ◦ green 173 ◦ blue 168

#B9ADA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martini #B9ADA8

Tints of Martini #B9ADA8

RGB

 RED value IS 185 (72.66% from 255) = 35.17%

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 168 (66.02% from 255) = 31.94%

R = 35.17%
G = 32.89%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B9ADA8 (or 0xB9ADA8) is known color: Martini. HEX triplet: B9, AD and A8. RGB value is (185,173,168). Sum of RGB (Red+Green+Blue) = 185+173+168=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADA8 is #465257. Grayscale: #B0B0B0. Windows color (decimal): -4608600 or 11054521. OLE color: 11054521.

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

Color convert

RGB 185 173 168 -
CMYK 0 0.06 0.09 0.27
HSL 17.65º 0.11% 0.69% -
HSV(B) 17.65º 0.09% 0.73% -
XYZ 42.02 43.03 43.14 -
YUV 176.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 185 173 168 0 0.06 0.09 0.27 17.65 0.11 0.69
Hex B9 AD A8 0 6 9 1B 12 B 45
Octal 271 255 250 0 6 11 33 22 13 105
Binary 10111001 10101101 10101000 0 110 1001 11011 10010 1011 1000101

Color Harmonies of #B9ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADA8

Black with #B9ADA8

Text Example


Text Example

White with #B9ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADA8; }

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

 H1.HeaderClassName
 {
   color: #B9ADA8;
 }
 .AnyTagClassName
 {
   color: #B9ADA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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