Html Css Color HEX #BAA79D Martini

📋 copy color: '#BAA79D'

red 186 ◦ green 167 ◦ blue 157

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

Shades of Martini #BAA79D

Tints of Martini #BAA79D

RGB

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

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

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

R = 36.47%
G = 32.75%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAA79D (or 0xBAA79D) is known color: Martini. HEX triplet: BA, A7 and 9D. RGB value is (186,167,157). Sum of RGB (Red+Green+Blue) = 186+167+157=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA79D is #455862. Grayscale: #ABABAB. Windows color (decimal): -4544611 or 10332090. OLE color: 10332090.

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

Color convert

RGB 186 167 157 -
CMYK 0 0.10 0.16 0.27
HSL 20.69º 0.17% 0.67% -
HSV(B) 20.69º 0.16% 0.73% -
XYZ 40.15 40.51 37.6 -
YUV 171.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 186 167 157 0 0.10 0.16 0.27 20.69 0.17 0.67
Hex BA A7 9D 0 A 10 1B 15 11 43
Octal 272 247 235 0 12 20 33 25 21 103
Binary 10111010 10100111 10011101 0 1010 10000 11011 10101 10001 1000011

Color Harmonies of #BAA79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA79D

Black with #BAA79D

Text Example


Text Example

White with #BAA79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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