Html Css Color HEX #BAA39C Martini

📋 copy color: '#BAA39C'

red 186 ◦ green 163 ◦ blue 156

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

Shades of Martini #BAA39C

Tints of Martini #BAA39C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.28%

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

R = 36.83%
G = 32.28%
B = 30.89%

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

#BAA39C (or 0xBAA39C) is known color: Martini. HEX triplet: BA, A3 and 9C. RGB value is (186,163,156). Sum of RGB (Red+Green+Blue) = 186+163+156=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA39C is #455C63. Grayscale: #A9A9A9. Windows color (decimal): -4545636 or 10265530. OLE color: 10265530.

HSL color Cylindrical-coordinate representation of color #BAA39C: hue angle of 14º 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 #BAA39C is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 163 156 -
CMYK 0 0.12 0.16 0.27
HSL 14º 0.18% 0.67% -
HSV(B) 14º 0.16% 0.73% -
XYZ 39.35 39.03 36.91 -
YUV 169.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 186 163 156 0 0.12 0.16 0.27 14 0.18 0.67
Hex BA A3 9C 0 C 10 1B E 12 43
Octal 272 243 234 0 14 20 33 16 22 103
Binary 10111010 10100011 10011100 0 1100 10000 11011 1110 10010 1000011

Color Harmonies of #BAA39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA39C

Black with #BAA39C

Text Example


Text Example

White with #BAA39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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