Html Css Color HEX #BAA39D Martini

📋 copy color: '#BAA39D'

red 186 ◦ green 163 ◦ blue 157

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

Shades of Martini #BAA39D

Tints of Martini #BAA39D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 36.76%
G = 32.21%
B = 31.03%

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

#BAA39D (or 0xBAA39D) is known color: Martini. HEX triplet: BA, A3 and 9D. RGB value is (186,163,157). Sum of RGB (Red+Green+Blue) = 186+163+157=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA39D is #455C62. Grayscale: #A9A9A9. Windows color (decimal): -4545635 or 10331066. OLE color: 10331066.

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

Color convert

RGB 186 163 157 -
CMYK 0 0.12 0.16 0.27
HSL 12.41º 0.17% 0.67% -
HSV(B) 12.41º 0.16% 0.73% -
XYZ 39.43 39.07 37.36 -
YUV 169.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 186 163 157 0 0.12 0.16 0.27 12.41 0.17 0.67
Hex BA A3 9D 0 C 10 1B C 11 43
Octal 272 243 235 0 14 20 33 14 21 103
Binary 10111010 10100011 10011101 0 1100 10000 11011 1100 10001 1000011

Color Harmonies of #BAA39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA39D

Black with #BAA39D

Text Example


Text Example

White with #BAA39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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