Html Css Color HEX #BAA498 Martini

📋 copy color: '#BAA498'

red 186 ◦ green 164 ◦ blue 152

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

Shades of Martini #BAA498

Tints of Martini #BAA498

RGB

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

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

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

R = 37.05%
G = 32.67%
B = 30.28%

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

#BAA498 (or 0xBAA498) is known color: Martini. HEX triplet: BA, A4 and 98. RGB value is (186,164,152). Sum of RGB (Red+Green+Blue) = 186+164+152=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA498 is #455B67. Grayscale: #A9A9A9. Windows color (decimal): -4545384 or 10003642. OLE color: 10003642.

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

Color convert

RGB 186 164 152 -
CMYK 0 0.12 0.18 0.27
HSL 21.18º 0.2% 0.66% -
HSV(B) 21.18º 0.18% 0.73% -
XYZ 39.19 39.26 35.22 -
YUV 169.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 186 164 152 0 0.12 0.18 0.27 21.18 0.2 0.66
Hex BA A4 98 0 C 12 1B 15 14 42
Octal 272 244 230 0 14 22 33 25 24 102
Binary 10111010 10100100 10011000 0 1100 10010 11011 10101 10100 1000010

Color Harmonies of #BAA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA498

Black with #BAA498

Text Example


Text Example

White with #BAA498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA498; }

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

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

background-color css

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

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

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

border-color css

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

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

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