Html Css Color HEX #BAA59B Martini

📋 copy color: '#BAA59B'

red 186 ◦ green 165 ◦ blue 155

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

Shades of Martini #BAA59B

Tints of Martini #BAA59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.61%

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

R = 36.76%
G = 32.61%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BAA59B (or 0xBAA59B) is known color: Martini. HEX triplet: BA, A5 and 9B. RGB value is (186,165,155). Sum of RGB (Red+Green+Blue) = 186+165+155=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA59B is #455A64. Grayscale: #AAAAAA. Windows color (decimal): -4545125 or 10200506. OLE color: 10200506.

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

Color convert

RGB 186 165 155 -
CMYK 0 0.11 0.17 0.27
HSL 19.35º 0.18% 0.67% -
HSV(B) 19.35º 0.17% 0.73% -
XYZ 39.62 39.72 36.59 -
YUV 170.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 186 165 155 0 0.11 0.17 0.27 19.35 0.18 0.67
Hex BA A5 9B 0 B 11 1B 13 12 43
Octal 272 245 233 0 13 21 33 23 22 103
Binary 10111010 10100101 10011011 0 1011 10001 11011 10011 10010 1000011

Color Harmonies of #BAA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA59B

Black with #BAA59B

Text Example


Text Example

White with #BAA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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