Html Css Color HEX #B5ADA9 Martini

📋 copy color: '#B5ADA9'

red 181 ◦ green 173 ◦ blue 169

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

Shades of Martini #B5ADA9

Tints of Martini #B5ADA9

RGB

 RED value IS 181 (71.09% from 255) = 34.61%

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

 BLUE value IS 169 (66.41% from 255) = 32.31%

R = 34.61%
G = 33.08%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B5ADA9 (or 0xB5ADA9) is known color: Martini. HEX triplet: B5, AD and A9. RGB value is (181,173,169). Sum of RGB (Red+Green+Blue) = 181+173+169=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADA9 is #4A5256. Grayscale: #AEAEAE. Windows color (decimal): -4870743 or 11120053. OLE color: 11120053.

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

Color convert

RGB 181 173 169 -
CMYK 0 0.04 0.07 0.29
HSL 20º 0.08% 0.69% -
HSV(B) 20º 0.07% 0.71% -
XYZ 41.16 42.58 43.58 -
YUV 174.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 181 173 169 0 0.04 0.07 0.29 20 0.08 0.69
Hex B5 AD A9 0 4 7 1D 14 8 45
Octal 265 255 251 0 4 7 35 24 10 105
Binary 10110101 10101101 10101001 0 100 111 11101 10100 1000 1000101

Color Harmonies of #B5ADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADA9

Black with #B5ADA9

Text Example


Text Example

White with #B5ADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADA9; }

 p { color: rgb(181,173,169); }

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

background-color css

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

 a { background-color: rgb(181,173,169); }

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

border-color css

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

 span { border-color: rgb(181,173,169); }

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