Html Css Color HEX #BAB2AF Martini

📋 copy color: '#BAB2AF'

red 186 ◦ green 178 ◦ blue 175

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

Shades of Martini #BAB2AF

Tints of Martini #BAB2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 34.51%
G = 33.02%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAB2AF (or 0xBAB2AF) is known color: Martini. HEX triplet: BA, B2 and AF. RGB value is (186,178,175). Sum of RGB (Red+Green+Blue) = 186+178+175=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2AF is #454D50. Grayscale: #B4B4B4. Windows color (decimal): -4541777 or 11514554. OLE color: 11514554.

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

Color convert

RGB 186 178 175 -
CMYK 0 0.04 0.06 0.27
HSL 16.36º 0.07% 0.71% -
HSV(B) 16.36º 0.06% 0.73% -
XYZ 43.91 45.38 47 -
YUV 180.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 186 178 175 0 0.04 0.06 0.27 16.36 0.07 0.71
Hex BA B2 AF 0 4 6 1B 10 7 47
Octal 272 262 257 0 4 6 33 20 7 107
Binary 10111010 10110010 10101111 0 100 110 11011 10000 111 1000111

Color Harmonies of #BAB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2AF

Black with #BAB2AF

Text Example


Text Example

White with #BAB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2AF; }

 p { color: rgb(186,178,175); }

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

background-color css

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

 a { background-color: rgb(186,178,175); }

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

border-color css

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

 span { border-color: rgb(186,178,175); }

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