Html Css Color HEX #BAA49C Martini

📋 copy color: '#BAA49C'

red 186 ◦ green 164 ◦ blue 156

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

Shades of Martini #BAA49C

Tints of Martini #BAA49C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.41%

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 36.76%
G = 32.41%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAA49C (or 0xBAA49C) is known color: Martini. HEX triplet: BA, A4 and 9C. RGB value is (186,164,156). Sum of RGB (Red+Green+Blue) = 186+164+156=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA49C is #455B63. Grayscale: #A9A9A9. Windows color (decimal): -4545380 or 10265786. OLE color: 10265786.

HSL color Cylindrical-coordinate representation of color #BAA49C: hue angle of 16º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAA49C is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 156 -
CMYK 0 0.12 0.16 0.27
HSL 16º 0.18% 0.67% -
HSV(B) 16º 0.16% 0.73% -
XYZ 39.53 39.39 36.97 -
YUV 169.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 186 164 156 0 0.12 0.16 0.27 16 0.18 0.67
Hex BA A4 9C 0 C 10 1B 10 12 43
Octal 272 244 234 0 14 20 33 20 22 103
Binary 10111010 10100100 10011100 0 1100 10000 11011 10000 10010 1000011

Color Harmonies of #BAA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA49C

Black with #BAA49C

Text Example


Text Example

White with #BAA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA49C; }

 p { color: rgb(186,164,156); }

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

background-color css

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

 a { background-color: rgb(186,164,156); }

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

border-color css

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

 span { border-color: rgb(186,164,156); }

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