Html Css Color HEX #BAA59C Martini

📋 copy color: '#BAA59C'

red 186 ◦ green 165 ◦ blue 156

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

Shades of Martini #BAA59C

Tints of Martini #BAA59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.77%

R = 36.69%
G = 32.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAA59C (or 0xBAA59C) is known color: Martini. HEX triplet: BA, A5 and 9C. RGB value is (186,165,156). Sum of RGB (Red+Green+Blue) = 186+165+156=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA59C is #455A63. Grayscale: #AAAAAA. Windows color (decimal): -4545124 or 10266042. OLE color: 10266042.

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

Color convert

RGB 186 165 156 -
CMYK 0 0.11 0.16 0.27
HSL 18º 0.18% 0.67% -
HSV(B) 18º 0.16% 0.73% -
XYZ 39.71 39.75 37.03 -
YUV 170.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 186 165 156 0 0.11 0.16 0.27 18 0.18 0.67
Hex BA A5 9C 0 B 10 1B 12 12 43
Octal 272 245 234 0 13 20 33 22 22 103
Binary 10111010 10100101 10011100 0 1011 10000 11011 10010 10010 1000011

Color Harmonies of #BAA59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA59C

Black with #BAA59C

Text Example


Text Example

White with #BAA59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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