Html Css Color HEX #B4ADAA Martini

📋 copy color: '#B4ADAA'

red 180 ◦ green 173 ◦ blue 170

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

Shades of Martini #B4ADAA

Tints of Martini #B4ADAA

RGB

 RED value IS 180 (70.7% from 255) = 34.42%

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

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 34.42%
G = 33.08%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B4ADAA (or 0xB4ADAA) is known color: Martini. HEX triplet: B4, AD and AA. RGB value is (180,173,170). Sum of RGB (Red+Green+Blue) = 180+173+170=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADAA is #4B5255. Grayscale: #AEAEAE. Windows color (decimal): -4936278 or 11185588. OLE color: 11185588.

HSL color Cylindrical-coordinate representation of color #B4ADAA: hue angle of 18º degrees, saturation: 0.06, 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 #B4ADAA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 170 -
CMYK 0 0.04 0.06 0.29
HSL 18º 0.06% 0.69% -
HSV(B) 18º 0.06% 0.71% -
XYZ 41.02 42.49 44.07 -
YUV 174.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 180 173 170 0 0.04 0.06 0.29 18 0.06 0.69
Hex B4 AD AA 0 4 6 1D 12 6 45
Octal 264 255 252 0 4 6 35 22 6 105
Binary 10110100 10101101 10101010 0 100 110 11101 10010 110 1000101

Color Harmonies of #B4ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADAA

Black with #B4ADAA

Text Example


Text Example

White with #B4ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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