Html Css Color HEX #BAA198 Martini

📋 copy color: '#BAA198'

red 186 ◦ green 161 ◦ blue 152

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

Shades of Martini #BAA198

Tints of Martini #BAA198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.26%

 BLUE value IS 152 (59.77% from 255) = 30.46%

R = 37.27%
G = 32.26%
B = 30.46%

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

#BAA198 (or 0xBAA198) is known color: Martini. HEX triplet: BA, A1 and 98. RGB value is (186,161,152). Sum of RGB (Red+Green+Blue) = 186+161+152=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA198 is #455E67. Grayscale: #A7A7A7. Windows color (decimal): -4546152 or 10002874. OLE color: 10002874.

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

Color convert

RGB 186 161 152 -
CMYK 0 0.13 0.18 0.27
HSL 15.88º 0.2% 0.66% -
HSV(B) 15.88º 0.18% 0.73% -
XYZ 38.66 38.2 35.04 -
YUV 167.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 186 161 152 0 0.13 0.18 0.27 15.88 0.2 0.66
Hex BA A1 98 0 D 12 1B 10 14 42
Octal 272 241 230 0 15 22 33 20 24 102
Binary 10111010 10100001 10011000 0 1101 10010 11011 10000 10100 1000010

Color Harmonies of #BAA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA198

Black with #BAA198

Text Example


Text Example

White with #BAA198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA198; }

 p { color: rgb(186,161,152); }

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

background-color css

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

 a { background-color: rgb(186,161,152); }

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

border-color css

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

 span { border-color: rgb(186,161,152); }

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