Html Css Color HEX #BAB0AD Martini

📋 copy color: '#BAB0AD'

red 186 ◦ green 176 ◦ blue 173

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

Shades of Martini #BAB0AD

Tints of Martini #BAB0AD

RGB

 RED value IS 186 (73.05% from 255) = 34.77%

 GREEN value IS 176 (69.14% from 255) = 32.9%

 BLUE value IS 173 (67.97% from 255) = 32.34%

R = 34.77%
G = 32.9%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BAB0AD (or 0xBAB0AD) is known color: Martini. HEX triplet: BA, B0 and AD. RGB value is (186,176,173). Sum of RGB (Red+Green+Blue) = 186+176+173=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0AD is #454F52. Grayscale: #B2B2B2. Windows color (decimal): -4542291 or 11382970. OLE color: 11382970.

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

Color convert

RGB 186 176 173 -
CMYK 0 0.05 0.07 0.27
HSL 13.85º 0.09% 0.7% -
HSV(B) 13.85º 0.07% 0.73% -
XYZ 43.32 44.51 45.84 -
YUV 178.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 186 176 173 0 0.05 0.07 0.27 13.85 0.09 0.7
Hex BA B0 AD 0 5 7 1B E 9 46
Octal 272 260 255 0 5 7 33 16 11 106
Binary 10111010 10110000 10101101 0 101 111 11011 1110 1001 1000110

Color Harmonies of #BAB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0AD

Black with #BAB0AD

Text Example


Text Example

White with #BAB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0AD; }

 p { color: rgb(186,176,173); }

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

background-color css

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

 a { background-color: rgb(186,176,173); }

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

border-color css

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

 span { border-color: rgb(186,176,173); }

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