Html Css Color HEX #BAA959 Gimblet

📋 copy color: '#BAA959'

red 186 ◦ green 169 ◦ blue 89

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

Shades of Gimblet #BAA959

Tints of Gimblet #BAA959

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.06%

 BLUE value IS 89 (35.16% from 255) = 20.05%

R = 41.89%
G = 38.06%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BAA959 (or 0xBAA959) is known color: Gimblet. HEX triplet: BA, A9 and 59. RGB value is (186,169,89). Sum of RGB (Red+Green+Blue) = 186+169+89=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA959 is #4556A6. Grayscale: #A5A5A5. Windows color (decimal): -4544167 or 5876154. OLE color: 5876154.

HSL color Cylindrical-coordinate representation of color #BAA959: hue angle of 49.48º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAA959 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 169 89 -
CMYK 0 0.09 0.52 0.27
HSL 49.48º 0.41% 0.54% -
HSV(B) 49.48º 0.52% 0.73% -
XYZ 36.24 39.54 15.17 -
YUV 164.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 186 169 89 0 0.09 0.52 0.27 49.48 0.41 0.54
Hex BA A9 59 0 9 34 1B 31 29 36
Octal 272 251 131 0 11 64 33 61 51 66
Binary 10111010 10101001 1011001 0 1001 110100 11011 110001 101001 110110

Color Harmonies of #BAA959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA959

Black with #BAA959

Text Example


Text Example

White with #BAA959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA959; }

 p { color: rgb(186,169,89); }

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

background-color css

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

 a { background-color: rgb(186,169,89); }

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

border-color css

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

 span { border-color: rgb(186,169,89); }

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