Html Css Color HEX #BAA79F Martini

📋 copy color: '#BAA79F'

red 186 ◦ green 167 ◦ blue 159

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

Shades of Martini #BAA79F

Tints of Martini #BAA79F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.62%

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 36.33%
G = 32.62%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BAA79F (or 0xBAA79F) is known color: Martini. HEX triplet: BA, A7 and 9F. RGB value is (186,167,159). Sum of RGB (Red+Green+Blue) = 186+167+159=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA79F is #455860. Grayscale: #ABABAB. Windows color (decimal): -4544609 or 10463162. OLE color: 10463162.

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

Color convert

RGB 186 167 159 -
CMYK 0 0.10 0.15 0.27
HSL 17.78º 0.16% 0.68% -
HSV(B) 17.78º 0.15% 0.73% -
XYZ 40.33 40.58 38.51 -
YUV 171.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 186 167 159 0 0.10 0.15 0.27 17.78 0.16 0.68
Hex BA A7 9F 0 A F 1B 12 10 44
Octal 272 247 237 0 12 17 33 22 20 104
Binary 10111010 10100111 10011111 0 1010 1111 11011 10010 10000 1000100

Color Harmonies of #BAA79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA79F

Black with #BAA79F

Text Example


Text Example

White with #BAA79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA79F; }

 p { color: rgb(186,167,159); }

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

background-color css

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

 a { background-color: rgb(186,167,159); }

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

border-color css

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

 span { border-color: rgb(186,167,159); }

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