Html Css Color HEX #BAA59E Martini

📋 copy color: '#BAA59E'

red 186 ◦ green 165 ◦ blue 158

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

Shades of Martini #BAA59E

Tints of Martini #BAA59E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.42%

 BLUE value IS 158 (62.11% from 255) = 31.04%

R = 36.54%
G = 32.42%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BAA59E (or 0xBAA59E) is known color: Martini. HEX triplet: BA, A5 and 9E. RGB value is (186,165,158). Sum of RGB (Red+Green+Blue) = 186+165+158=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA59E is #455A61. Grayscale: #AAAAAA. Windows color (decimal): -4545122 or 10397114. OLE color: 10397114.

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

Color convert

RGB 186 165 158 -
CMYK 0 0.11 0.15 0.27
HSL 15º 0.17% 0.67% -
HSV(B) 15º 0.15% 0.73% -
XYZ 39.88 39.82 37.93 -
YUV 170.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 186 165 158 0 0.11 0.15 0.27 15 0.17 0.67
Hex BA A5 9E 0 B F 1B F 11 43
Octal 272 245 236 0 13 17 33 17 21 103
Binary 10111010 10100101 10011110 0 1011 1111 11011 1111 10001 1000011

Color Harmonies of #BAA59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA59E

Black with #BAA59E

Text Example


Text Example

White with #BAA59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA59E; }

 p { color: rgb(186,165,158); }

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

background-color css

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

 a { background-color: rgb(186,165,158); }

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

border-color css

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

 span { border-color: rgb(186,165,158); }

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