Html Css Color HEX #BAA298 Martini

📋 copy color: '#BAA298'

red 186 ◦ green 162 ◦ blue 152

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

Shades of Martini #BAA298

Tints of Martini #BAA298

RGB

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

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

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

R = 37.2%
G = 32.4%
B = 30.4%

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

#BAA298 (or 0xBAA298) is known color: Martini. HEX triplet: BA, A2 and 98. RGB value is (186,162,152). Sum of RGB (Red+Green+Blue) = 186+162+152=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA298 is #455D67. Grayscale: #A8A8A8. Windows color (decimal): -4545896 or 10003130. OLE color: 10003130.

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

Color convert

RGB 186 162 152 -
CMYK 0 0.13 0.18 0.27
HSL 17.65º 0.2% 0.66% -
HSV(B) 17.65º 0.18% 0.73% -
XYZ 38.84 38.55 35.1 -
YUV 168.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 186 162 152 0 0.13 0.18 0.27 17.65 0.2 0.66
Hex BA A2 98 0 D 12 1B 12 14 42
Octal 272 242 230 0 15 22 33 22 24 102
Binary 10111010 10100010 10011000 0 1101 10010 11011 10010 10100 1000010

Color Harmonies of #BAA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA298

Black with #BAA298

Text Example


Text Example

White with #BAA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA298; }

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

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

background-color css

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

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

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

border-color css

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

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

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