Html Css Color HEX #BAA55B Gimblet

📋 copy color: '#BAA55B'

red 186 ◦ green 165 ◦ blue 91

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

Shades of Gimblet #BAA55B

Tints of Gimblet #BAA55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.59%

R = 42.08%
G = 37.33%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAA55B (or 0xBAA55B) is known color: Gimblet. HEX triplet: BA, A5 and 5B. RGB value is (186,165,91). Sum of RGB (Red+Green+Blue) = 186+165+91=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA55B is #455AA4. Grayscale: #A3A3A3. Windows color (decimal): -4545189 or 6006202. OLE color: 6006202.

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

Color convert

RGB 186 165 91 -
CMYK 0 0.11 0.51 0.27
HSL 46.74º 0.41% 0.54% -
HSV(B) 46.74º 0.51% 0.73% -
XYZ 35.59 38.1 15.38 -
YUV 162.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 186 165 91 0 0.11 0.51 0.27 46.74 0.41 0.54
Hex BA A5 5B 0 B 33 1B 2F 29 36
Octal 272 245 133 0 13 63 33 57 51 66
Binary 10111010 10100101 1011011 0 1011 110011 11011 101111 101001 110110

Color Harmonies of #BAA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA55B

Black with #BAA55B

Text Example


Text Example

White with #BAA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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