Html Css Color HEX #BAA29E Martini

📋 copy color: '#BAA29E'

red 186 ◦ green 162 ◦ blue 158

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

Shades of Martini #BAA29E

Tints of Martini #BAA29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 36.76%
G = 32.02%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BAA29E (or 0xBAA29E) is known color: Martini. HEX triplet: BA, A2 and 9E. RGB value is (186,162,158). Sum of RGB (Red+Green+Blue) = 186+162+158=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA29E is #455D61. Grayscale: #A8A8A8. Windows color (decimal): -4545890 or 10396346. OLE color: 10396346.

HSL color Cylindrical-coordinate representation of color #BAA29E: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA29E is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 158 -
CMYK 0 0.13 0.15 0.27
HSL 8.57º 0.17% 0.67% -
HSV(B) 8.57º 0.15% 0.73% -
XYZ 39.34 38.75 37.75 -
YUV 168.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 186 162 158 0 0.13 0.15 0.27 8.57 0.17 0.67
Hex BA A2 9E 0 D F 1B 9 11 43
Octal 272 242 236 0 15 17 33 11 21 103
Binary 10111010 10100010 10011110 0 1101 1111 11011 1001 10001 1000011

Color Harmonies of #BAA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA29E

Black with #BAA29E

Text Example


Text Example

White with #BAA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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