Html Css Color HEX #BAA89F Martini

📋 copy color: '#BAA89F'

red 186 ◦ green 168 ◦ blue 159

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

Shades of Martini #BAA89F

Tints of Martini #BAA89F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.75%

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

R = 36.26%
G = 32.75%
B = 30.99%

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

#BAA89F (or 0xBAA89F) is known color: Martini. HEX triplet: BA, A8 and 9F. RGB value is (186,168,159). Sum of RGB (Red+Green+Blue) = 186+168+159=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA89F is #455760. Grayscale: #ACACAC. Windows color (decimal): -4544353 or 10463418. OLE color: 10463418.

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

Color convert

RGB 186 168 159 -
CMYK 0 0.10 0.15 0.27
HSL 20º 0.16% 0.68% -
HSV(B) 20º 0.15% 0.73% -
XYZ 40.51 40.95 38.57 -
YUV 172.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 186 168 159 0 0.10 0.15 0.27 20 0.16 0.68
Hex BA A8 9F 0 A F 1B 14 10 44
Octal 272 250 237 0 12 17 33 24 20 104
Binary 10111010 10101000 10011111 0 1010 1111 11011 10100 10000 1000100

Color Harmonies of #BAA89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA89F

Black with #BAA89F

Text Example


Text Example

White with #BAA89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA89F; }

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

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

background-color css

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

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

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

border-color css

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

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

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