Html Css Color HEX #BAA55A Gimblet

📋 copy color: '#BAA55A'

red 186 ◦ green 165 ◦ blue 90

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

Shades of Gimblet #BAA55A

Tints of Gimblet #BAA55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.41%

R = 42.18%
G = 37.41%
B = 20.41%

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

#BAA55A (or 0xBAA55A) is known color: Gimblet. HEX triplet: BA, A5 and 5A. RGB value is (186,165,90). Sum of RGB (Red+Green+Blue) = 186+165+90=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA55A is #455AA5. Grayscale: #A3A3A3. Windows color (decimal): -4545190 or 5940666. OLE color: 5940666.

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

Color convert

RGB 186 165 90 -
CMYK 0 0.11 0.52 0.27
HSL 46.88º 0.41% 0.54% -
HSV(B) 46.88º 0.52% 0.73% -
XYZ 35.55 38.09 15.15 -
YUV 162.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 186 165 90 0 0.11 0.52 0.27 46.88 0.41 0.54
Hex BA A5 5A 0 B 34 1B 2F 29 36
Octal 272 245 132 0 13 64 33 57 51 66
Binary 10111010 10100101 1011010 0 1011 110100 11011 101111 101001 110110

Color Harmonies of #BAA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA55A

Black with #BAA55A

Text Example


Text Example

White with #BAA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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