Html Css Color HEX #BAA45D Gimblet

📋 copy color: '#BAA45D'

red 186 ◦ green 164 ◦ blue 93

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

Shades of Gimblet #BAA45D

Tints of Gimblet #BAA45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 41.99%
G = 37.02%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BAA45D (or 0xBAA45D) is known color: Gimblet. HEX triplet: BA, A4 and 5D. RGB value is (186,164,93). Sum of RGB (Red+Green+Blue) = 186+164+93=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA45D is #455BA2. Grayscale: #A2A2A2. Windows color (decimal): -4545443 or 6137018. OLE color: 6137018.

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

Color convert

RGB 186 164 93 -
CMYK 0 0.12 0.5 0.27
HSL 45.81º 0.4% 0.55% -
HSV(B) 45.81º 0.5% 0.73% -
XYZ 35.5 37.78 15.78 -
YUV 162.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 186 164 93 0 0.12 0.5 0.27 45.81 0.4 0.55
Hex BA A4 5D 0 C 32 1B 2E 28 37
Octal 272 244 135 0 14 62 33 56 50 67
Binary 10111010 10100100 1011101 0 1100 110010 11011 101110 101000 110111

Color Harmonies of #BAA45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA45D

Black with #BAA45D

Text Example


Text Example

White with #BAA45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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