Html Css Color HEX #BAA09D Martini

📋 copy color: '#BAA09D'

red 186 ◦ green 160 ◦ blue 157

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

Shades of Martini #BAA09D

Tints of Martini #BAA09D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.81%

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

R = 36.98%
G = 31.81%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAA09D (or 0xBAA09D) is known color: Martini. HEX triplet: BA, A0 and 9D. RGB value is (186,160,157). Sum of RGB (Red+Green+Blue) = 186+160+157=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA09D is #455F62. Grayscale: #A7A7A7. Windows color (decimal): -4546403 or 10330298. OLE color: 10330298.

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

Color convert

RGB 186 160 157 -
CMYK 0 0.14 0.16 0.27
HSL 6.21º 0.17% 0.67% -
HSV(B) 6.21º 0.16% 0.73% -
XYZ 38.91 38.02 37.19 -
YUV 167.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 186 160 157 0 0.14 0.16 0.27 6.21 0.17 0.67
Hex BA A0 9D 0 E 10 1B 6 11 43
Octal 272 240 235 0 16 20 33 6 21 103
Binary 10111010 10100000 10011101 0 1110 10000 11011 110 10001 1000011

Color Harmonies of #BAA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA09D

Black with #BAA09D

Text Example


Text Example

White with #BAA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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