Html Css Color HEX #BAA29B Martini

📋 copy color: '#BAA29B'

red 186 ◦ green 162 ◦ blue 155

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

Shades of Martini #BAA29B

Tints of Martini #BAA29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 36.98%
G = 32.21%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BAA29B (or 0xBAA29B) is known color: Martini. HEX triplet: BA, A2 and 9B. RGB value is (186,162,155). Sum of RGB (Red+Green+Blue) = 186+162+155=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA29B is #455D64. Grayscale: #A8A8A8. Windows color (decimal): -4545893 or 10199738. OLE color: 10199738.

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

Color convert

RGB 186 162 155 -
CMYK 0 0.13 0.17 0.27
HSL 13.55º 0.18% 0.67% -
HSV(B) 13.55º 0.17% 0.73% -
XYZ 39.09 38.65 36.41 -
YUV 168.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 186 162 155 0 0.13 0.17 0.27 13.55 0.18 0.67
Hex BA A2 9B 0 D 11 1B E 12 43
Octal 272 242 233 0 15 21 33 16 22 103
Binary 10111010 10100010 10011011 0 1101 10001 11011 1110 10010 1000011

Color Harmonies of #BAA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA29B

Black with #BAA29B

Text Example


Text Example

White with #BAA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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