Html Css Color HEX #BAA299 Martini

📋 copy color: '#BAA299'

red 186 ◦ green 162 ◦ blue 153

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

Shades of Martini #BAA299

Tints of Martini #BAA299

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

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

R = 37.13%
G = 32.34%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAA299 (or 0xBAA299) is known color: Martini. HEX triplet: BA, A2 and 99. RGB value is (186,162,153). Sum of RGB (Red+Green+Blue) = 186+162+153=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA299 is #455D66. Grayscale: #A8A8A8. Windows color (decimal): -4545895 or 10068666. OLE color: 10068666.

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

Color convert

RGB 186 162 153 -
CMYK 0 0.13 0.18 0.27
HSL 16.36º 0.19% 0.66% -
HSV(B) 16.36º 0.18% 0.73% -
XYZ 38.92 38.58 35.53 -
YUV 168.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 186 162 153 0 0.13 0.18 0.27 16.36 0.19 0.66
Hex BA A2 99 0 D 12 1B 10 13 42
Octal 272 242 231 0 15 22 33 20 23 102
Binary 10111010 10100010 10011001 0 1101 10010 11011 10000 10011 1000010

Color Harmonies of #BAA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA299

Black with #BAA299

Text Example


Text Example

White with #BAA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA299; }

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

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

background-color css

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

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

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

border-color css

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

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

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