Html Css Color HEX #BAA45C Gimblet

📋 copy color: '#BAA45C'

red 186 ◦ green 164 ◦ blue 92

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

Shades of Gimblet #BAA45C

Tints of Gimblet #BAA45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.1%

 BLUE value IS 92 (36.33% from 255) = 20.81%

R = 42.08%
G = 37.1%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAA45C (or 0xBAA45C) is known color: Gimblet. HEX triplet: BA, A4 and 5C. RGB value is (186,164,92). Sum of RGB (Red+Green+Blue) = 186+164+92=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA45C is #455BA3. Grayscale: #A2A2A2. Windows color (decimal): -4545444 or 6071482. OLE color: 6071482.

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

Color convert

RGB 186 164 92 -
CMYK 0 0.12 0.51 0.27
HSL 45.96º 0.41% 0.55% -
HSV(B) 45.96º 0.51% 0.73% -
XYZ 35.46 37.76 15.55 -
YUV 162.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 186 164 92 0 0.12 0.51 0.27 45.96 0.41 0.55
Hex BA A4 5C 0 C 33 1B 2E 29 37
Octal 272 244 134 0 14 63 33 56 51 67
Binary 10111010 10100100 1011100 0 1100 110011 11011 101110 101001 110111

Color Harmonies of #BAA45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA45C

Black with #BAA45C

Text Example


Text Example

White with #BAA45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA45C; }

 p { color: rgb(186,164,92); }

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

background-color css

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

 a { background-color: rgb(186,164,92); }

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

border-color css

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

 span { border-color: rgb(186,164,92); }

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