Html Css Color HEX #BAA59A Martini

📋 copy color: '#BAA59A'

red 186 ◦ green 165 ◦ blue 154

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

Shades of Martini #BAA59A

Tints of Martini #BAA59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 36.83%
G = 32.67%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BAA59A (or 0xBAA59A) is known color: Martini. HEX triplet: BA, A5 and 9A. RGB value is (186,165,154). Sum of RGB (Red+Green+Blue) = 186+165+154=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA59A is #455A65. Grayscale: #AAAAAA. Windows color (decimal): -4545126 or 10134970. OLE color: 10134970.

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

Color convert

RGB 186 165 154 -
CMYK 0 0.11 0.17 0.27
HSL 20.63º 0.19% 0.67% -
HSV(B) 20.63º 0.17% 0.73% -
XYZ 39.54 39.68 36.15 -
YUV 170.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 186 165 154 0 0.11 0.17 0.27 20.63 0.19 0.67
Hex BA A5 9A 0 B 11 1B 15 13 43
Octal 272 245 232 0 13 21 33 25 23 103
Binary 10111010 10100101 10011010 0 1011 10001 11011 10101 10011 1000011

Color Harmonies of #BAA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA59A

Black with #BAA59A

Text Example


Text Example

White with #BAA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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