Html Css Color HEX #BAA29D Martini

📋 copy color: '#BAA29D'

red 186 ◦ green 162 ◦ blue 157

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

Shades of Martini #BAA29D

Tints of Martini #BAA29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 36.83%
G = 32.08%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAA29D (or 0xBAA29D) is known color: Martini. HEX triplet: BA, A2 and 9D. RGB value is (186,162,157). Sum of RGB (Red+Green+Blue) = 186+162+157=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA29D is #455D62. Grayscale: #A8A8A8. Windows color (decimal): -4545891 or 10330810. OLE color: 10330810.

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

Color convert

RGB 186 162 157 -
CMYK 0 0.13 0.16 0.27
HSL 10.34º 0.17% 0.67% -
HSV(B) 10.34º 0.16% 0.73% -
XYZ 39.26 38.71 37.3 -
YUV 168.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 186 162 157 0 0.13 0.16 0.27 10.34 0.17 0.67
Hex BA A2 9D 0 D 10 1B A 11 43
Octal 272 242 235 0 15 20 33 12 21 103
Binary 10111010 10100010 10011101 0 1101 10000 11011 1010 10001 1000011

Color Harmonies of #BAA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA29D

Black with #BAA29D

Text Example


Text Example

White with #BAA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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