Html Css Color HEX #BAA499 Martini

📋 copy color: '#BAA499'

red 186 ◦ green 164 ◦ blue 153

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

Shades of Martini #BAA499

Tints of Martini #BAA499

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.6%

 BLUE value IS 153 (60.16% from 255) = 30.42%

R = 36.98%
G = 32.6%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAA499 (or 0xBAA499) is known color: Martini. HEX triplet: BA, A4 and 99. RGB value is (186,164,153). Sum of RGB (Red+Green+Blue) = 186+164+153=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA499 is #455B66. Grayscale: #A9A9A9. Windows color (decimal): -4545383 or 10069178. OLE color: 10069178.

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

Color convert

RGB 186 164 153 -
CMYK 0 0.12 0.18 0.27
HSL 20º 0.19% 0.66% -
HSV(B) 20º 0.18% 0.73% -
XYZ 39.27 39.29 35.65 -
YUV 169.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 186 164 153 0 0.12 0.18 0.27 20 0.19 0.66
Hex BA A4 99 0 C 12 1B 14 13 42
Octal 272 244 231 0 14 22 33 24 23 102
Binary 10111010 10100100 10011001 0 1100 10010 11011 10100 10011 1000010

Color Harmonies of #BAA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA499

Black with #BAA499

Text Example


Text Example

White with #BAA499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA499; }

 p { color: rgb(186,164,153); }

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

background-color css

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

 a { background-color: rgb(186,164,153); }

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

border-color css

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

 span { border-color: rgb(186,164,153); }

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