Html Css Color HEX #BAA59D Martini

📋 copy color: '#BAA59D'

red 186 ◦ green 165 ◦ blue 157

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

Shades of Martini #BAA59D

Tints of Martini #BAA59D

RGB

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

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

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

R = 36.61%
G = 32.48%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAA59D (or 0xBAA59D) is known color: Martini. HEX triplet: BA, A5 and 9D. RGB value is (186,165,157). Sum of RGB (Red+Green+Blue) = 186+165+157=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA59D is #455A62. Grayscale: #AAAAAA. Windows color (decimal): -4545123 or 10331578. OLE color: 10331578.

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

Color convert

RGB 186 165 157 -
CMYK 0 0.11 0.16 0.27
HSL 16.55º 0.17% 0.67% -
HSV(B) 16.55º 0.16% 0.73% -
XYZ 39.79 39.78 37.48 -
YUV 170.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 186 165 157 0 0.11 0.16 0.27 16.55 0.17 0.67
Hex BA A5 9D 0 B 10 1B 11 11 43
Octal 272 245 235 0 13 20 33 21 21 103
Binary 10111010 10100101 10011101 0 1011 10000 11011 10001 10001 1000011

Color Harmonies of #BAA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA59D

Black with #BAA59D

Text Example


Text Example

White with #BAA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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