Html Css Color HEX #BAA559 Gimblet

📋 copy color: '#BAA559'

red 186 ◦ green 165 ◦ blue 89

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

Shades of Gimblet #BAA559

Tints of Gimblet #BAA559

RGB

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

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

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

R = 42.27%
G = 37.5%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BAA559 (or 0xBAA559) is known color: Gimblet. HEX triplet: BA, A5 and 59. RGB value is (186,165,89). Sum of RGB (Red+Green+Blue) = 186+165+89=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA559 is #455AA6. Grayscale: #A2A2A2. Windows color (decimal): -4545191 or 5875130. OLE color: 5875130.

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

Color convert

RGB 186 165 89 -
CMYK 0 0.11 0.52 0.27
HSL 47.01º 0.41% 0.54% -
HSV(B) 47.01º 0.52% 0.73% -
XYZ 35.51 38.07 14.93 -
YUV 162.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 186 165 89 0 0.11 0.52 0.27 47.01 0.41 0.54
Hex BA A5 59 0 B 34 1B 2F 29 36
Octal 272 245 131 0 13 64 33 57 51 66
Binary 10111010 10100101 1011001 0 1011 110100 11011 101111 101001 110110

Color Harmonies of #BAA559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA559

Black with #BAA559

Text Example


Text Example

White with #BAA559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA559; }

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

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

background-color css

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

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

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

border-color css

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

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

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